Shades of Light Grey #DECFCE
Tints of Light Grey #DECFCE
RGB
CMYK
RGB Variations
Color information
#DECFCE (or 0xDECFCE) is known color: Light Grey. HEX triplet: DE, CF and CE. RGB value is (222,207,206). Sum of RGB (Red+Green+Blue) = 222+207+206=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFCE is #213031. Grayscale: #D3D3D3. Windows color (decimal): -2175026 or 13553630. OLE color: 13553630.
HSL color Cylindrical-coordinate representation of color #DECFCE: hue angle of 3.75º degrees, saturation: 0.2, 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 #DECFCE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 206 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.13 |
| HSL | 3.75º | 0.2% | 0.84% | - |
| HSV(B) | 3.75º | 0.07% | 0.87% | - |
| XYZ | 63.58 | 64.61 | 67.51 | - |
| YUV | 211.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 206 | 0 | 0.07 | 0.07 | 0.13 | 3.75 | 0.2 | 0.84 |
| Hex | DE | CF | CE | 0 | 7 | 7 | D | 4 | 14 | 54 |
| Octal | 336 | 317 | 316 | 0 | 7 | 7 | 15 | 4 | 24 | 124 |
| Binary | 11011110 | 11001111 | 11001110 | 0 | 111 | 111 | 1101 | 100 | 10100 | 1010100 |
Color Harmonies of #DECFCE
Complementary color
Monochromatic Colors of #DECFCE
Black with #DECFCE
Text Example
Text Example
White with #DECFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFCE; }
p { color: rgb(222,207,206); }
H1.HeaderClassName
{
color: #DECFCE;
}
.AnyTagClassName
{
color: #DECFCE;
}
</style>
background-color css
<style>
a { background-color: #DECFCE; }
a { background-color: rgb(222,207,206); }
div.DivClassName
{
background-color: #DECFCE;
}
.BgClassName
{
background-color: #DECFCE;
}
</style>
border-color css
<style>
span { border-color: #DECFCE; }
span { border-color: rgb(222,207,206); }
td.TdClassName
{
border-color: #DECFCE;
}
.TagClassName
{
border-color: #DECFCE;
}
</style>