Shades of Fog #DECCEE
Tints of Fog #DECCEE
RGB
CMYK
RGB Variations
Color information
#DECCEE (or 0xDECCEE) is known color: Fog. HEX triplet: DE, CC and EE. RGB value is (222,204,238). Sum of RGB (Red+Green+Blue) = 222+204+238=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #DECCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCEE is #213311. Grayscale: #D5D5D5. Windows color (decimal): -2175762 or 15650014. OLE color: 15650014.
HSL color Cylindrical-coordinate representation of color #DECCEE: hue angle of 271.76º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DECCEE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 204 | 238 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.07 |
| HSL | 271.76º | 0.5% | 0.87% | - |
| HSV(B) | 271.76º | 0.14% | 0.93% | - |
| XYZ | 67.15 | 64.89 | 89.87 | - |
| YUV | 213.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 238 | 0.07 | 0.14 | 0 | 0.07 | 271.76 | 0.5 | 0.87 |
| Hex | DE | CC | EE | 7 | E | 0 | 7 | 110 | 32 | 57 |
| Octal | 336 | 314 | 356 | 7 | 16 | 0 | 7 | 420 | 62 | 127 |
| Binary | 11011110 | 11001100 | 11101110 | 111 | 1110 | 0 | 111 | 100010000 | 110010 | 1010111 |
Color Harmonies of #DECCEE
Complementary color
Monochromatic Colors of #DECCEE
Black with #DECCEE
Text Example
Text Example
White with #DECCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCEE; }
p { color: rgb(222,204,238); }
H1.HeaderClassName
{
color: #DECCEE;
}
.AnyTagClassName
{
color: #DECCEE;
}
</style>
background-color css
<style>
a { background-color: #DECCEE; }
a { background-color: rgb(222,204,238); }
div.DivClassName
{
background-color: #DECCEE;
}
.BgClassName
{
background-color: #DECCEE;
}
</style>
border-color css
<style>
span { border-color: #DECCEE; }
span { border-color: rgb(222,204,238); }
td.TdClassName
{
border-color: #DECCEE;
}
.TagClassName
{
border-color: #DECCEE;
}
</style>