Color spaces of #ddc8cd
RGB | 221 | 200 | 205 |
---|---|---|---|
HSL | 0.96 | 0.24 | 0.83 |
HSV | 346° | 10° | 87° |
CMYK | 0.00 | 0.10 | 0.07 0.13 |
XYZ | 61.4925 | 61.0885 | 66.3079 |
Yxy | 61.0885 | 0.3255 | 0.3234 |
Hunter Lab | 78.1591 | 3.6582 | 4.4115 |
CIE-Lab | 82.4263 | 8.1941 | 0.1763 |
#ddc8cd color RGB value is (221,200,205).
#ddc8cd hex color red value is 221, green value is 200 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddc8cd hue: 0.96 , saturation: 0.24 and the lightness value of ddc8cd is 0.83.
The process color (four color CMYK) of #ddc8cd color hex is 0.00, 0.10, 0.07, 0.13. Web safe color of #ddc8cd is #cccccc. Color #ddc8cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001000 | 11001101 |
Octal | 335 | 310 | 315 |
Decimal | 221 | 200 | 205 |
Hex | DD | C8 | CD |
Shades of #ddc8cd
Tints of #ddc8cd
RGB Percentages of Color #ddc8cd
CMYK Percentages of Color #ddc8cd
Complementary Color
#ddc8cd | #c8ddd8 |
#ddc8cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc8cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc8cd Color CSS Codes
.mybgcolor {background-color:#ddc8cd; } .myforecolor {color:#ddc8cd; } .mybordercolor {border:3px solid #ddc8cd; }
#ddc8cd Text Font Color
<p style="color:#ddc8cd">Text here</p>
This sample text font color is #ddc8cd
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.
#ddc8cd Background Color
<div style="background-color:#ddc8cd">
Div content here</div>
This div background color is #ddc8cd
#ddc8cd Border Color
<div style="border:3px solid #ddc8cd">
Div here</div>
This div border color is #ddc8cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,200,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc8cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc8cd; -webkit-box-shadow: 1px 1px 3px 2px #ddc8cd; box-shadow: 1px 1px 3px 2px #ddc8cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,200,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc8cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc8cd; -webkit-box-shadow: 1px 1px 3px 2px #ddc8cd; box-shadow: 1px 1px 3px 2px #ddc8cd;">
Div content here</div>
This div box has shadow with color #ddc8cd
#ddc8cd Color Palettes
Comments
No comments written yet.
Please login to write comment.