Shades of Fog #DECAEE
Tints of Fog #DECAEE
RGB
CMYK
RGB Variations
Color information
#DECAEE (or 0xDECAEE) is known color: Fog. HEX triplet: DE, CA and EE. RGB value is (222,202,238). Sum of RGB (Red+Green+Blue) = 222+202+238=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #DECAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECAEE is #213511. Grayscale: #D3D3D3. Windows color (decimal): -2176274 or 15649502. OLE color: 15649502.
HSL color Cylindrical-coordinate representation of color #DECAEE: hue angle of 273.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DECAEE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 202 | 238 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.07 |
| HSL | 273.33º | 0.51% | 0.86% | - |
| HSV(B) | 273.33º | 0.15% | 0.93% | - |
| XYZ | 66.68 | 63.94 | 89.72 | - |
| YUV | 212.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 238 | 0.07 | 0.15 | 0 | 0.07 | 273.33 | 0.51 | 0.86 |
| Hex | DE | CA | EE | 7 | F | 0 | 7 | 111 | 33 | 56 |
| Octal | 336 | 312 | 356 | 7 | 17 | 0 | 7 | 421 | 63 | 126 |
| Binary | 11011110 | 11001010 | 11101110 | 111 | 1111 | 0 | 111 | 100010001 | 110011 | 1010110 |
Color Harmonies of #DECAEE
Complementary color
Monochromatic Colors of #DECAEE
Black with #DECAEE
Text Example
Text Example
White with #DECAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAEE; }
p { color: rgb(222,202,238); }
H1.HeaderClassName
{
color: #DECAEE;
}
.AnyTagClassName
{
color: #DECAEE;
}
</style>
background-color css
<style>
a { background-color: #DECAEE; }
a { background-color: rgb(222,202,238); }
div.DivClassName
{
background-color: #DECAEE;
}
.BgClassName
{
background-color: #DECAEE;
}
</style>
border-color css
<style>
span { border-color: #DECAEE; }
span { border-color: rgb(222,202,238); }
td.TdClassName
{
border-color: #DECAEE;
}
.TagClassName
{
border-color: #DECAEE;
}
</style>