Shades of Fog #DEC8EE
Tints of Fog #DEC8EE
RGB
CMYK
RGB Variations
Color information
#DEC8EE (or 0xDEC8EE) is known color: Fog. HEX triplet: DE, C8 and EE. RGB value is (222,200,238). Sum of RGB (Red+Green+Blue) = 222+200+238=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC8EE is #213711. Grayscale: #D2D2D2. Windows color (decimal): -2176786 or 15648990. OLE color: 15648990.
HSL color Cylindrical-coordinate representation of color #DEC8EE: hue angle of 274.74º degrees, saturation: 0.53, 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 #DEC8EE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 200 | 238 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.07 |
| HSL | 274.74º | 0.53% | 0.86% | - |
| HSV(B) | 274.74º | 0.16% | 0.93% | - |
| XYZ | 66.21 | 63.01 | 89.56 | - |
| YUV | 210.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 238 | 0.07 | 0.16 | 0 | 0.07 | 274.74 | 0.53 | 0.86 |
| Hex | DE | C8 | EE | 7 | 10 | 0 | 7 | 113 | 35 | 56 |
| Octal | 336 | 310 | 356 | 7 | 20 | 0 | 7 | 423 | 65 | 126 |
| Binary | 11011110 | 11001000 | 11101110 | 111 | 10000 | 0 | 111 | 100010011 | 110101 | 1010110 |
Color Harmonies of #DEC8EE
Complementary color
Monochromatic Colors of #DEC8EE
Black with #DEC8EE
Text Example
Text Example
White with #DEC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC8EE; }
p { color: rgb(222,200,238); }
H1.HeaderClassName
{
color: #DEC8EE;
}
.AnyTagClassName
{
color: #DEC8EE;
}
</style>
background-color css
<style>
a { background-color: #DEC8EE; }
a { background-color: rgb(222,200,238); }
div.DivClassName
{
background-color: #DEC8EE;
}
.BgClassName
{
background-color: #DEC8EE;
}
</style>
border-color css
<style>
span { border-color: #DEC8EE; }
span { border-color: rgb(222,200,238); }
td.TdClassName
{
border-color: #DEC8EE;
}
.TagClassName
{
border-color: #DEC8EE;
}
</style>