Shades of Fog #DEC9EF
Tints of Fog #DEC9EF
RGB
CMYK
RGB Variations
Color information
#DEC9EF (or 0xDEC9EF) is known color: Fog. HEX triplet: DE, C9 and EF. RGB value is (222,201,239). Sum of RGB (Red+Green+Blue) = 222+201+239=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9EF is #213610. Grayscale: #D3D3D3. Windows color (decimal): -2176529 or 15714782. OLE color: 15714782.
HSL color Cylindrical-coordinate representation of color #DEC9EF: hue angle of 273.16º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC9EF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 201 | 239 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.06 |
| HSL | 273.16º | 0.54% | 0.86% | - |
| HSV(B) | 273.16º | 0.16% | 0.94% | - |
| XYZ | 66.59 | 63.53 | 90.42 | - |
| YUV | 211.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 239 | 0.07 | 0.16 | 0 | 0.06 | 273.16 | 0.54 | 0.86 |
| Hex | DE | C9 | EF | 7 | 10 | 0 | 6 | 111 | 36 | 56 |
| Octal | 336 | 311 | 357 | 7 | 20 | 0 | 6 | 421 | 66 | 126 |
| Binary | 11011110 | 11001001 | 11101111 | 111 | 10000 | 0 | 110 | 100010001 | 110110 | 1010110 |
Color Harmonies of #DEC9EF
Complementary color
Monochromatic Colors of #DEC9EF
Black with #DEC9EF
Text Example
Text Example
White with #DEC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9EF; }
p { color: rgb(222,201,239); }
H1.HeaderClassName
{
color: #DEC9EF;
}
.AnyTagClassName
{
color: #DEC9EF;
}
</style>
background-color css
<style>
a { background-color: #DEC9EF; }
a { background-color: rgb(222,201,239); }
div.DivClassName
{
background-color: #DEC9EF;
}
.BgClassName
{
background-color: #DEC9EF;
}
</style>
border-color css
<style>
span { border-color: #DEC9EF; }
span { border-color: rgb(222,201,239); }
td.TdClassName
{
border-color: #DEC9EF;
}
.TagClassName
{
border-color: #DEC9EF;
}
</style>