Shades of Light Grey #DDCECE
Tints of Light Grey #DDCECE
RGB
CMYK
RGB Variations
Color information
#DDCECE (or 0xDDCECE) is known color: Light Grey. HEX triplet: DD, CE and CE. RGB value is (221,206,206). Sum of RGB (Red+Green+Blue) = 221+206+206=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCECE is #223131. Grayscale: #D2D2D2. Windows color (decimal): -2240818 or 13553373. OLE color: 13553373.
HSL color Cylindrical-coordinate representation of color #DDCECE: hue angle of 0º degrees, saturation: 0.18, 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 #DDCECE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 206 | - |
CMYK | 0 | 0.07 | 0.07 | 0.13 |
HSL | 0º | 0.18% | 0.84% | - |
HSV(B) | 0º | 0.07% | 0.87% | - |
XYZ | 63.03 | 63.97 | 67.42 | - |
YUV | 210.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 206 | 0 | 0.07 | 0.07 | 0.13 | 0 | 0.18 | 0.84 |
Hex | DD | CE | CE | 0 | 7 | 7 | D | 0 | 12 | 54 |
Octal | 335 | 316 | 316 | 0 | 7 | 7 | 15 | 0 | 22 | 124 |
Binary | 11011101 | 11001110 | 11001110 | 0 | 111 | 111 | 1101 | 0 | 10010 | 1010100 |
Color Harmonies of #DDCECE
Complementary color
Monochromatic Colors of #DDCECE
Black with #DDCECE
Text Example
Text Example
White with #DDCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCECE; }
p { color: rgb(221,206,206); }
H1.HeaderClassName
{
color: #DDCECE;
}
.AnyTagClassName
{
color: #DDCECE;
}
</style>
background-color css
<style>
a { background-color: #DDCECE; }
a { background-color: rgb(221,206,206); }
div.DivClassName
{
background-color: #DDCECE;
}
.BgClassName
{
background-color: #DDCECE;
}
</style>
border-color css
<style>
span { border-color: #DDCECE; }
span { border-color: rgb(221,206,206); }
td.TdClassName
{
border-color: #DDCECE;
}
.TagClassName
{
border-color: #DDCECE;
}
</style>