Shades of Fog #DEC2EF
Tints of Fog #DEC2EF
RGB
CMYK
RGB Variations
Color information
#DEC2EF (or 0xDEC2EF) is known color: Fog. HEX triplet: DE, C2 and EF. RGB value is (222,194,239). Sum of RGB (Red+Green+Blue) = 222+194+239=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC2EF is #213D10. Grayscale: #CFCFCF. Windows color (decimal): -2178321 or 15712990. OLE color: 15712990.
HSL color Cylindrical-coordinate representation of color #DEC2EF: hue angle of 277.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEC2EF is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 194 | 239 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.06 |
| HSL | 277.33º | 0.58% | 0.85% | - |
| HSV(B) | 277.33º | 0.19% | 0.94% | - |
| XYZ | 65 | 60.35 | 89.88 | - |
| YUV | 207.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 239 | 0.07 | 0.19 | 0 | 0.06 | 277.33 | 0.58 | 0.85 |
| Hex | DE | C2 | EF | 7 | 13 | 0 | 6 | 115 | 3A | 55 |
| Octal | 336 | 302 | 357 | 7 | 23 | 0 | 6 | 425 | 72 | 125 |
| Binary | 11011110 | 11000010 | 11101111 | 111 | 10011 | 0 | 110 | 100010101 | 111010 | 1010101 |
Color Harmonies of #DEC2EF
Complementary color
Monochromatic Colors of #DEC2EF
Black with #DEC2EF
Text Example
Text Example
White with #DEC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC2EF; }
p { color: rgb(222,194,239); }
H1.HeaderClassName
{
color: #DEC2EF;
}
.AnyTagClassName
{
color: #DEC2EF;
}
</style>
background-color css
<style>
a { background-color: #DEC2EF; }
a { background-color: rgb(222,194,239); }
div.DivClassName
{
background-color: #DEC2EF;
}
.BgClassName
{
background-color: #DEC2EF;
}
</style>
border-color css
<style>
span { border-color: #DEC2EF; }
span { border-color: rgb(222,194,239); }
td.TdClassName
{
border-color: #DEC2EF;
}
.TagClassName
{
border-color: #DEC2EF;
}
</style>