Shades of Fog #DECEF7
Tints of Fog #DECEF7
RGB
CMYK
RGB Variations
Color information
#DECEF7 (or 0xDECEF7) is known color: Fog. HEX triplet: DE, CE and F7. RGB value is (222,206,247). Sum of RGB (Red+Green+Blue) = 222+206+247=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 247 - color contains mainly: blue. Hex color #DECEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECEF7 is #213108. Grayscale: #D7D7D7. Windows color (decimal): -2175241 or 16240350. OLE color: 16240350.
HSL color Cylindrical-coordinate representation of color #DECEF7: hue angle of 263.41º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DECEF7 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 206 | 247 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.03 |
| HSL | 263.41º | 0.72% | 0.89% | - |
| HSV(B) | 263.41º | 0.17% | 0.97% | - |
| XYZ | 68.98 | 66.39 | 97.17 | - |
| YUV | 215.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 247 | 0.10 | 0.17 | 0 | 0.03 | 263.41 | 0.72 | 0.89 |
| Hex | DE | CE | F7 | A | 11 | 0 | 3 | 107 | 48 | 59 |
| Octal | 336 | 316 | 367 | 12 | 21 | 0 | 3 | 407 | 110 | 131 |
| Binary | 11011110 | 11001110 | 11110111 | 1010 | 10001 | 0 | 11 | 100000111 | 1001000 | 1011001 |
Color Harmonies of #DECEF7
Complementary color
Monochromatic Colors of #DECEF7
Black with #DECEF7
Text Example
Text Example
White with #DECEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEF7; }
p { color: rgb(222,206,247); }
H1.HeaderClassName
{
color: #DECEF7;
}
.AnyTagClassName
{
color: #DECEF7;
}
</style>
background-color css
<style>
a { background-color: #DECEF7; }
a { background-color: rgb(222,206,247); }
div.DivClassName
{
background-color: #DECEF7;
}
.BgClassName
{
background-color: #DECEF7;
}
</style>
border-color css
<style>
span { border-color: #DECEF7; }
span { border-color: rgb(222,206,247); }
td.TdClassName
{
border-color: #DECEF7;
}
.TagClassName
{
border-color: #DECEF7;
}
</style>