Shades of Fog #DEC2EE
Tints of Fog #DEC2EE
RGB
CMYK
RGB Variations
Color information
#DEC2EE (or 0xDEC2EE) is known color: Fog. HEX triplet: DE, C2 and EE. RGB value is (222,194,238). Sum of RGB (Red+Green+Blue) = 222+194+238=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2EE is #213D11. Grayscale: #CFCFCF. Windows color (decimal): -2178322 or 15647454. OLE color: 15647454.
HSL color Cylindrical-coordinate representation of color #DEC2EE: hue angle of 278.18º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC2EE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 194 | 238 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.07 |
| HSL | 278.18º | 0.56% | 0.85% | - |
| HSV(B) | 278.18º | 0.18% | 0.93% | - |
| XYZ | 64.85 | 60.29 | 89.11 | - |
| YUV | 207.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 238 | 0.07 | 0.18 | 0 | 0.07 | 278.18 | 0.56 | 0.85 |
| Hex | DE | C2 | EE | 7 | 12 | 0 | 7 | 116 | 38 | 55 |
| Octal | 336 | 302 | 356 | 7 | 22 | 0 | 7 | 426 | 70 | 125 |
| Binary | 11011110 | 11000010 | 11101110 | 111 | 10010 | 0 | 111 | 100010110 | 111000 | 1010101 |
Color Harmonies of #DEC2EE
Complementary color
Monochromatic Colors of #DEC2EE
Black with #DEC2EE
Text Example
Text Example
White with #DEC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2EE; }
p { color: rgb(222,194,238); }
H1.HeaderClassName
{
color: #DEC2EE;
}
.AnyTagClassName
{
color: #DEC2EE;
}
</style>
background-color css
<style>
a { background-color: #DEC2EE; }
a { background-color: rgb(222,194,238); }
div.DivClassName
{
background-color: #DEC2EE;
}
.BgClassName
{
background-color: #DEC2EE;
}
</style>
border-color css
<style>
span { border-color: #DEC2EE; }
span { border-color: rgb(222,194,238); }
td.TdClassName
{
border-color: #DEC2EE;
}
.TagClassName
{
border-color: #DEC2EE;
}
</style>