Color spaces of #dddcbf
RGB | 221 | 220 | 191 |
---|---|---|---|
HSL | 0.16 | 0.31 | 0.81 |
HSV | 58° | 14° | 87° |
CMYK | 0.00 | 0.00 | 0.14 0.13 |
XYZ | 64.8160 | 70.3201 | 59.4472 |
Yxy | 70.3201 | 0.3331 | 0.3614 |
Hunter Lab | 83.8571 | -8.7811 | 16.6686 |
CIE-Lab | 87.1536 | -4.5278 | 14.3877 |
#dddcbf color RGB value is (221,220,191).
#dddcbf hex color red value is 221, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dddcbf hue: 0.16 , saturation: 0.31 and the lightness value of dddcbf is 0.81.
The process color (four color CMYK) of #dddcbf color hex is 0.00, 0.00, 0.14, 0.13. Web safe color of #dddcbf is #cccccc. Color #dddcbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011100 | 10111111 |
Octal | 335 | 334 | 277 |
Decimal | 221 | 220 | 191 |
Hex | DD | DC | BF |
Shades of #dddcbf
Tints of #dddcbf
RGB Percentages of Color #dddcbf
CMYK Percentages of Color #dddcbf
Complementary Color
#dddcbf | #bfc0dd |
#dddcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddcbf Color CSS Codes
.mybgcolor {background-color:#dddcbf; } .myforecolor {color:#dddcbf; } .mybordercolor {border:3px solid #dddcbf; }
#dddcbf Text Font Color
<p style="color:#dddcbf">Text here</p>
This sample text font color is #dddcbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dddcbf Background Color
<div style="background-color:#dddcbf">
Div content here</div>
This div background color is #dddcbf
#dddcbf Border Color
<div style="border:3px solid #dddcbf">
Div here</div>
This div border color is #dddcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,220,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddcbf; -webkit-box-shadow: 1px 1px 3px 2px #dddcbf; box-shadow: 1px 1px 3px 2px #dddcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,220,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddcbf; -webkit-box-shadow: 1px 1px 3px 2px #dddcbf; box-shadow: 1px 1px 3px 2px #dddcbf;">
Div content here</div>
This div box has shadow with color #dddcbf
Comments
No comments written yet.
Please login to write comment.