Shades of Fog #DECCFC
Tints of Fog #DECCFC
RGB
CMYK
RGB Variations
Color information
#DECCFC (or 0xDECCFC) is known color: Fog. HEX triplet: DE, CC and FC. RGB value is (222,204,252). Sum of RGB (Red+Green+Blue) = 222+204+252=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #DECCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCFC is #213303. Grayscale: #D6D6D6. Windows color (decimal): -2175748 or 16567518. OLE color: 16567518.
HSL color Cylindrical-coordinate representation of color #DECCFC: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DECCFC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 204 | 252 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.01 |
| HSL | 262.5º | 0.89% | 0.89% | - |
| HSV(B) | 262.5º | 0.19% | 0.99% | - |
| XYZ | 69.29 | 65.74 | 101.13 | - |
| YUV | 214.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 252 | 0.12 | 0.19 | 0 | 0.01 | 262.5 | 0.89 | 0.89 |
| Hex | DE | CC | FC | C | 13 | 0 | 1 | 106 | 59 | 59 |
| Octal | 336 | 314 | 374 | 14 | 23 | 0 | 1 | 406 | 131 | 131 |
| Binary | 11011110 | 11001100 | 11111100 | 1100 | 10011 | 0 | 1 | 100000110 | 1011001 | 1011001 |
Color Harmonies of #DECCFC
Complementary color
Monochromatic Colors of #DECCFC
Black with #DECCFC
Text Example
Text Example
White with #DECCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCFC; }
p { color: rgb(222,204,252); }
H1.HeaderClassName
{
color: #DECCFC;
}
.AnyTagClassName
{
color: #DECCFC;
}
</style>
background-color css
<style>
a { background-color: #DECCFC; }
a { background-color: rgb(222,204,252); }
div.DivClassName
{
background-color: #DECCFC;
}
.BgClassName
{
background-color: #DECCFC;
}
</style>
border-color css
<style>
span { border-color: #DECCFC; }
span { border-color: rgb(222,204,252); }
td.TdClassName
{
border-color: #DECCFC;
}
.TagClassName
{
border-color: #DECCFC;
}
</style>