Shades of Light Grey #DDCECD
Tints of Light Grey #DDCECD
RGB
CMYK
RGB Variations
Color information
#DDCECD (or 0xDDCECD) is known color: Light Grey. HEX triplet: DD, CE and CD. RGB value is (221,206,205). Sum of RGB (Red+Green+Blue) = 221+206+205=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCECD is #223132. Grayscale: #D2D2D2. Windows color (decimal): -2240819 or 13487837. OLE color: 13487837.
HSL color Cylindrical-coordinate representation of color #DDCECD: hue angle of 3.75º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCECD is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 205 | - |
CMYK | 0 | 0.07 | 0.07 | 0.13 |
HSL | 3.75º | 0.19% | 0.84% | - |
HSV(B) | 3.75º | 0.07% | 0.87% | - |
XYZ | 62.91 | 63.92 | 66.78 | - |
YUV | 210.37 | 124.97 | 135.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 205 | 0 | 0.07 | 0.07 | 0.13 | 3.75 | 0.19 | 0.84 |
Hex | DD | CE | CD | 0 | 7 | 7 | D | 4 | 13 | 54 |
Octal | 335 | 316 | 315 | 0 | 7 | 7 | 15 | 4 | 23 | 124 |
Binary | 11011101 | 11001110 | 11001101 | 0 | 111 | 111 | 1101 | 100 | 10011 | 1010100 |
Color Harmonies of #DDCECD
Complementary color
Monochromatic Colors of #DDCECD
Black with #DDCECD
Text Example
Text Example
White with #DDCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCECD; }
p { color: rgb(221,206,205); }
H1.HeaderClassName
{
color: #DDCECD;
}
.AnyTagClassName
{
color: #DDCECD;
}
</style>
background-color css
<style>
a { background-color: #DDCECD; }
a { background-color: rgb(221,206,205); }
div.DivClassName
{
background-color: #DDCECD;
}
.BgClassName
{
background-color: #DDCECD;
}
</style>
border-color css
<style>
span { border-color: #DDCECD; }
span { border-color: rgb(221,206,205); }
td.TdClassName
{
border-color: #DDCECD;
}
.TagClassName
{
border-color: #DDCECD;
}
</style>