Shades of Fog #DECCF4
Tints of Fog #DECCF4
RGB
CMYK
RGB Variations
Color information
#DECCF4 (or 0xDECCF4) is known color: Fog. HEX triplet: DE, CC and F4. RGB value is (222,204,244). Sum of RGB (Red+Green+Blue) = 222+204+244=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #DECCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCF4 is #21330B. Grayscale: #D5D5D5. Windows color (decimal): -2175756 or 16043230. OLE color: 16043230.
HSL color Cylindrical-coordinate representation of color #DECCF4: hue angle of 267º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DECCF4 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 204 | 244 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.04 |
| HSL | 267º | 0.65% | 0.88% | - |
| HSV(B) | 267º | 0.16% | 0.96% | - |
| XYZ | 68.05 | 65.25 | 94.6 | - |
| YUV | 213.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 244 | 0.09 | 0.16 | 0 | 0.04 | 267 | 0.65 | 0.88 |
| Hex | DE | CC | F4 | 9 | 10 | 0 | 4 | 10B | 41 | 58 |
| Octal | 336 | 314 | 364 | 11 | 20 | 0 | 4 | 413 | 101 | 130 |
| Binary | 11011110 | 11001100 | 11110100 | 1001 | 10000 | 0 | 100 | 100001011 | 1000001 | 1011000 |
Color Harmonies of #DECCF4
Complementary color
Monochromatic Colors of #DECCF4
Black with #DECCF4
Text Example
Text Example
White with #DECCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCF4; }
p { color: rgb(222,204,244); }
H1.HeaderClassName
{
color: #DECCF4;
}
.AnyTagClassName
{
color: #DECCF4;
}
</style>
background-color css
<style>
a { background-color: #DECCF4; }
a { background-color: rgb(222,204,244); }
div.DivClassName
{
background-color: #DECCF4;
}
.BgClassName
{
background-color: #DECCF4;
}
</style>
border-color css
<style>
span { border-color: #DECCF4; }
span { border-color: rgb(222,204,244); }
td.TdClassName
{
border-color: #DECCF4;
}
.TagClassName
{
border-color: #DECCF4;
}
</style>