Shades of Fog #DEC7EE
Tints of Fog #DEC7EE
RGB
CMYK
RGB Variations
Color information
#DEC7EE (or 0xDEC7EE) is known color: Fog. HEX triplet: DE, C7 and EE. RGB value is (222,199,238). Sum of RGB (Red+Green+Blue) = 222+199+238=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC7EE is #213811. Grayscale: #D2D2D2. Windows color (decimal): -2177042 or 15648734. OLE color: 15648734.
HSL color Cylindrical-coordinate representation of color #DEC7EE: hue angle of 275.38º 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 #DEC7EE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 199 | 238 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.07 |
| HSL | 275.38º | 0.53% | 0.86% | - |
| HSV(B) | 275.38º | 0.16% | 0.93% | - |
| XYZ | 65.98 | 62.55 | 89.48 | - |
| YUV | 210.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 238 | 0.07 | 0.16 | 0 | 0.07 | 275.38 | 0.53 | 0.86 |
| Hex | DE | C7 | EE | 7 | 10 | 0 | 7 | 113 | 35 | 56 |
| Octal | 336 | 307 | 356 | 7 | 20 | 0 | 7 | 423 | 65 | 126 |
| Binary | 11011110 | 11000111 | 11101110 | 111 | 10000 | 0 | 111 | 100010011 | 110101 | 1010110 |
Color Harmonies of #DEC7EE
Complementary color
Monochromatic Colors of #DEC7EE
Black with #DEC7EE
Text Example
Text Example
White with #DEC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7EE; }
p { color: rgb(222,199,238); }
H1.HeaderClassName
{
color: #DEC7EE;
}
.AnyTagClassName
{
color: #DEC7EE;
}
</style>
background-color css
<style>
a { background-color: #DEC7EE; }
a { background-color: rgb(222,199,238); }
div.DivClassName
{
background-color: #DEC7EE;
}
.BgClassName
{
background-color: #DEC7EE;
}
</style>
border-color css
<style>
span { border-color: #DEC7EE; }
span { border-color: rgb(222,199,238); }
td.TdClassName
{
border-color: #DEC7EE;
}
.TagClassName
{
border-color: #DEC7EE;
}
</style>