Shades of Fog #DECEFE
Tints of Fog #DECEFE
RGB
CMYK
RGB Variations
Color information
#DECEFE (or 0xDECEFE) is known color: Fog. HEX triplet: DE, CE and FE. RGB value is (222,206,254). Sum of RGB (Red+Green+Blue) = 222+206+254=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #DECEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECEFE is #213101. Grayscale: #D8D8D8. Windows color (decimal): -2175234 or 16699102. OLE color: 16699102.
HSL color Cylindrical-coordinate representation of color #DECEFE: hue angle of 260º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DECEFE is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 206 | 254 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.00 |
| HSL | 260º | 0.96% | 0.9% | - |
| HSV(B) | 260º | 0.19% | 1% | - |
| XYZ | 70.08 | 66.83 | 102.97 | - |
| YUV | 216.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 254 | 0.13 | 0.19 | 0 | 0.00 | 260 | 0.96 | 0.9 |
| Hex | DE | CE | FE | D | 13 | 0 | 0 | 104 | 60 | 5A |
| Octal | 336 | 316 | 376 | 15 | 23 | 0 | 0 | 404 | 140 | 132 |
| Binary | 11011110 | 11001110 | 11111110 | 1101 | 10011 | 0 | 0 | 100000100 | 1100000 | 1011010 |
Color Harmonies of #DECEFE
Complementary color
Monochromatic Colors of #DECEFE
Black with #DECEFE
Text Example
Text Example
White with #DECEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEFE; }
p { color: rgb(222,206,254); }
H1.HeaderClassName
{
color: #DECEFE;
}
.AnyTagClassName
{
color: #DECEFE;
}
</style>
background-color css
<style>
a { background-color: #DECEFE; }
a { background-color: rgb(222,206,254); }
div.DivClassName
{
background-color: #DECEFE;
}
.BgClassName
{
background-color: #DECEFE;
}
</style>
border-color css
<style>
span { border-color: #DECEFE; }
span { border-color: rgb(222,206,254); }
td.TdClassName
{
border-color: #DECEFE;
}
.TagClassName
{
border-color: #DECEFE;
}
</style>