Shades of Fog #DECCF6
Tints of Fog #DECCF6
RGB
CMYK
RGB Variations
Color information
#DECCF6 (or 0xDECCF6) is known color: Fog. HEX triplet: DE, CC and F6. RGB value is (222,204,246). Sum of RGB (Red+Green+Blue) = 222+204+246=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #DECCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCF6 is #213309. Grayscale: #D6D6D6. Windows color (decimal): -2175754 or 16174302. OLE color: 16174302.
HSL color Cylindrical-coordinate representation of color #DECCF6: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DECCF6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 204 | 246 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.04 |
| HSL | 265.71º | 0.7% | 0.88% | - |
| HSV(B) | 265.71º | 0.17% | 0.96% | - |
| XYZ | 68.35 | 65.37 | 96.2 | - |
| YUV | 214.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 246 | 0.10 | 0.17 | 0 | 0.04 | 265.71 | 0.7 | 0.88 |
| Hex | DE | CC | F6 | A | 11 | 0 | 4 | 10A | 46 | 58 |
| Octal | 336 | 314 | 366 | 12 | 21 | 0 | 4 | 412 | 106 | 130 |
| Binary | 11011110 | 11001100 | 11110110 | 1010 | 10001 | 0 | 100 | 100001010 | 1000110 | 1011000 |
Color Harmonies of #DECCF6
Complementary color
Monochromatic Colors of #DECCF6
Black with #DECCF6
Text Example
Text Example
White with #DECCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCF6; }
p { color: rgb(222,204,246); }
H1.HeaderClassName
{
color: #DECCF6;
}
.AnyTagClassName
{
color: #DECCF6;
}
</style>
background-color css
<style>
a { background-color: #DECCF6; }
a { background-color: rgb(222,204,246); }
div.DivClassName
{
background-color: #DECCF6;
}
.BgClassName
{
background-color: #DECCF6;
}
</style>
border-color css
<style>
span { border-color: #DECCF6; }
span { border-color: rgb(222,204,246); }
td.TdClassName
{
border-color: #DECCF6;
}
.TagClassName
{
border-color: #DECCF6;
}
</style>