Shades of Fog #DEC9EE
Tints of Fog #DEC9EE
RGB
CMYK
RGB Variations
Color information
#DEC9EE (or 0xDEC9EE) is known color: Fog. HEX triplet: DE, C9 and EE. RGB value is (222,201,238). Sum of RGB (Red+Green+Blue) = 222+201+238=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC9EE is #213611. Grayscale: #D3D3D3. Windows color (decimal): -2176530 or 15649246. OLE color: 15649246.
HSL color Cylindrical-coordinate representation of color #DEC9EE: hue angle of 274.05º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC9EE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 201 | 238 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.07 |
| HSL | 274.05º | 0.52% | 0.86% | - |
| HSV(B) | 274.05º | 0.16% | 0.93% | - |
| XYZ | 66.44 | 63.48 | 89.64 | - |
| YUV | 211.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 238 | 0.07 | 0.16 | 0 | 0.07 | 274.05 | 0.52 | 0.86 |
| Hex | DE | C9 | EE | 7 | 10 | 0 | 7 | 112 | 34 | 56 |
| Octal | 336 | 311 | 356 | 7 | 20 | 0 | 7 | 422 | 64 | 126 |
| Binary | 11011110 | 11001001 | 11101110 | 111 | 10000 | 0 | 111 | 100010010 | 110100 | 1010110 |
Color Harmonies of #DEC9EE
Complementary color
Monochromatic Colors of #DEC9EE
Black with #DEC9EE
Text Example
Text Example
White with #DEC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9EE; }
p { color: rgb(222,201,238); }
H1.HeaderClassName
{
color: #DEC9EE;
}
.AnyTagClassName
{
color: #DEC9EE;
}
</style>
background-color css
<style>
a { background-color: #DEC9EE; }
a { background-color: rgb(222,201,238); }
div.DivClassName
{
background-color: #DEC9EE;
}
.BgClassName
{
background-color: #DEC9EE;
}
</style>
border-color css
<style>
span { border-color: #DEC9EE; }
span { border-color: rgb(222,201,238); }
td.TdClassName
{
border-color: #DEC9EE;
}
.TagClassName
{
border-color: #DEC9EE;
}
</style>