Shades of Fog #DECFF6
Tints of Fog #DECFF6
RGB
CMYK
RGB Variations
Color information
#DECFF6 (or 0xDECFF6) is known color: Fog. HEX triplet: DE, CF and F6. RGB value is (222,207,246). Sum of RGB (Red+Green+Blue) = 222+207+246=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #DECFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECFF6 is #213009. Grayscale: #D7D7D7. Windows color (decimal): -2174986 or 16175070. OLE color: 16175070.
HSL color Cylindrical-coordinate representation of color #DECFF6: hue angle of 263.08º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DECFF6 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 207 | 246 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.04 |
| HSL | 263.08º | 0.68% | 0.89% | - |
| HSV(B) | 263.08º | 0.16% | 0.96% | - |
| XYZ | 69.07 | 66.81 | 96.44 | - |
| YUV | 215.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 246 | 0.10 | 0.16 | 0 | 0.04 | 263.08 | 0.68 | 0.89 |
| Hex | DE | CF | F6 | A | 10 | 0 | 4 | 107 | 44 | 59 |
| Octal | 336 | 317 | 366 | 12 | 20 | 0 | 4 | 407 | 104 | 131 |
| Binary | 11011110 | 11001111 | 11110110 | 1010 | 10000 | 0 | 100 | 100000111 | 1000100 | 1011001 |
Color Harmonies of #DECFF6
Complementary color
Monochromatic Colors of #DECFF6
Black with #DECFF6
Text Example
Text Example
White with #DECFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFF6; }
p { color: rgb(222,207,246); }
H1.HeaderClassName
{
color: #DECFF6;
}
.AnyTagClassName
{
color: #DECFF6;
}
</style>
background-color css
<style>
a { background-color: #DECFF6; }
a { background-color: rgb(222,207,246); }
div.DivClassName
{
background-color: #DECFF6;
}
.BgClassName
{
background-color: #DECFF6;
}
</style>
border-color css
<style>
span { border-color: #DECFF6; }
span { border-color: rgb(222,207,246); }
td.TdClassName
{
border-color: #DECFF6;
}
.TagClassName
{
border-color: #DECFF6;
}
</style>