Shades of Fog #DECEF0
Tints of Fog #DECEF0
RGB
CMYK
RGB Variations
Color information
#DECEF0 (or 0xDECEF0) is known color: Fog. HEX triplet: DE, CE and F0. RGB value is (222,206,240). Sum of RGB (Red+Green+Blue) = 222+206+240=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #DECEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECEF0 is #21310F. Grayscale: #D6D6D6. Windows color (decimal): -2175248 or 15781598. OLE color: 15781598.
HSL color Cylindrical-coordinate representation of color #DECEF0: hue angle of 268.24º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DECEF0 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 206 | 240 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.06 |
| HSL | 268.24º | 0.53% | 0.87% | - |
| HSV(B) | 268.24º | 0.14% | 0.94% | - |
| XYZ | 67.92 | 65.96 | 91.59 | - |
| YUV | 214.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 240 | 0.08 | 0.14 | 0 | 0.06 | 268.24 | 0.53 | 0.87 |
| Hex | DE | CE | F0 | 8 | E | 0 | 6 | 10C | 35 | 57 |
| Octal | 336 | 316 | 360 | 10 | 16 | 0 | 6 | 414 | 65 | 127 |
| Binary | 11011110 | 11001110 | 11110000 | 1000 | 1110 | 0 | 110 | 100001100 | 110101 | 1010111 |
Color Harmonies of #DECEF0
Complementary color
Monochromatic Colors of #DECEF0
Black with #DECEF0
Text Example
Text Example
White with #DECEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEF0; }
p { color: rgb(222,206,240); }
H1.HeaderClassName
{
color: #DECEF0;
}
.AnyTagClassName
{
color: #DECEF0;
}
</style>
background-color css
<style>
a { background-color: #DECEF0; }
a { background-color: rgb(222,206,240); }
div.DivClassName
{
background-color: #DECEF0;
}
.BgClassName
{
background-color: #DECEF0;
}
</style>
border-color css
<style>
span { border-color: #DECEF0; }
span { border-color: rgb(222,206,240); }
td.TdClassName
{
border-color: #DECEF0;
}
.TagClassName
{
border-color: #DECEF0;
}
</style>