Shades of Fog #DEC0EF
Tints of Fog #DEC0EF
RGB
CMYK
RGB Variations
Color information
#DEC0EF (or 0xDEC0EF) is known color: Fog. HEX triplet: DE, C0 and EF. RGB value is (222,192,239). Sum of RGB (Red+Green+Blue) = 222+192+239=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0EF is #213F10. Grayscale: #CECECE. Windows color (decimal): -2178833 or 15712478. OLE color: 15712478.
HSL color Cylindrical-coordinate representation of color #DEC0EF: hue angle of 278.3º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEC0EF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 192 | 239 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.06 |
| HSL | 278.3º | 0.59% | 0.85% | - |
| HSV(B) | 278.3º | 0.2% | 0.94% | - |
| XYZ | 64.55 | 59.46 | 89.74 | - |
| YUV | 206.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 239 | 0.07 | 0.20 | 0 | 0.06 | 278.3 | 0.59 | 0.85 |
| Hex | DE | C0 | EF | 7 | 14 | 0 | 6 | 116 | 3B | 55 |
| Octal | 336 | 300 | 357 | 7 | 24 | 0 | 6 | 426 | 73 | 125 |
| Binary | 11011110 | 11000000 | 11101111 | 111 | 10100 | 0 | 110 | 100010110 | 111011 | 1010101 |
Color Harmonies of #DEC0EF
Complementary color
Monochromatic Colors of #DEC0EF
Black with #DEC0EF
Text Example
Text Example
White with #DEC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0EF; }
p { color: rgb(222,192,239); }
H1.HeaderClassName
{
color: #DEC0EF;
}
.AnyTagClassName
{
color: #DEC0EF;
}
</style>
background-color css
<style>
a { background-color: #DEC0EF; }
a { background-color: rgb(222,192,239); }
div.DivClassName
{
background-color: #DEC0EF;
}
.BgClassName
{
background-color: #DEC0EF;
}
</style>
border-color css
<style>
span { border-color: #DEC0EF; }
span { border-color: rgb(222,192,239); }
td.TdClassName
{
border-color: #DEC0EF;
}
.TagClassName
{
border-color: #DEC0EF;
}
</style>