Color spaces of #ddcebd
RGB | 221 | 206 | 189 |
---|---|---|---|
HSL | 0.09 | 0.32 | 0.80 |
HSV | 32° | 14° | 87° |
CMYK | 0.00 | 0.07 | 0.14 0.13 |
XYZ | 61.0754 | 63.1889 | 57.1218 |
Yxy | 63.1889 | 0.3367 | 0.3484 |
Hunter Lab | 79.4914 | -1.9637 | 13.0388 |
CIE-Lab | 83.5417 | 2.4065 | 10.3200 |
#ddcebd color RGB value is (221,206,189).
#ddcebd hex color red value is 221, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddcebd hue: 0.09 , saturation: 0.32 and the lightness value of ddcebd is 0.80.
The process color (four color CMYK) of #ddcebd color hex is 0.00, 0.07, 0.14, 0.13. Web safe color of #ddcebd is #cccccc. Color #ddcebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001110 | 10111101 |
Octal | 335 | 316 | 275 |
Decimal | 221 | 206 | 189 |
Hex | DD | CE | BD |
Shades of #ddcebd
Tints of #ddcebd
RGB Percentages of Color #ddcebd
CMYK Percentages of Color #ddcebd
Complementary Color
#ddcebd | #bdccdd |
#ddcebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcebd Color CSS Codes
.mybgcolor {background-color:#ddcebd; } .myforecolor {color:#ddcebd; } .mybordercolor {border:3px solid #ddcebd; }
#ddcebd Text Font Color
<p style="color:#ddcebd">Text here</p>
This sample text font color is #ddcebd
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.
#ddcebd Background Color
<div style="background-color:#ddcebd">
Div content here</div>
This div background color is #ddcebd
#ddcebd Border Color
<div style="border:3px solid #ddcebd">
Div here</div>
This div border color is #ddcebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,206,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcebd; -webkit-box-shadow: 1px 1px 3px 2px #ddcebd; box-shadow: 1px 1px 3px 2px #ddcebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,206,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcebd; -webkit-box-shadow: 1px 1px 3px 2px #ddcebd; box-shadow: 1px 1px 3px 2px #ddcebd;">
Div content here</div>
This div box has shadow with color #ddcebd
Comments
No comments written yet.
Please login to write comment.