Shades of Fog #DEC6EF
Tints of Fog #DEC6EF
RGB
CMYK
RGB Variations
Color information
#DEC6EF (or 0xDEC6EF) is known color: Fog. HEX triplet: DE, C6 and EF. RGB value is (222,198,239). Sum of RGB (Red+Green+Blue) = 222+198+239=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC6EF is #213910. Grayscale: #D1D1D1. Windows color (decimal): -2177297 or 15714014. OLE color: 15714014.
HSL color Cylindrical-coordinate representation of color #DEC6EF: hue angle of 275.12º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEC6EF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 198 | 239 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.06 |
| HSL | 275.12º | 0.56% | 0.86% | - |
| HSV(B) | 275.12º | 0.17% | 0.94% | - |
| XYZ | 65.9 | 62.15 | 90.18 | - |
| YUV | 209.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 239 | 0.07 | 0.17 | 0 | 0.06 | 275.12 | 0.56 | 0.86 |
| Hex | DE | C6 | EF | 7 | 11 | 0 | 6 | 113 | 38 | 56 |
| Octal | 336 | 306 | 357 | 7 | 21 | 0 | 6 | 423 | 70 | 126 |
| Binary | 11011110 | 11000110 | 11101111 | 111 | 10001 | 0 | 110 | 100010011 | 111000 | 1010110 |
Color Harmonies of #DEC6EF
Complementary color
Monochromatic Colors of #DEC6EF
Black with #DEC6EF
Text Example
Text Example
White with #DEC6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6EF; }
p { color: rgb(222,198,239); }
H1.HeaderClassName
{
color: #DEC6EF;
}
.AnyTagClassName
{
color: #DEC6EF;
}
</style>
background-color css
<style>
a { background-color: #DEC6EF; }
a { background-color: rgb(222,198,239); }
div.DivClassName
{
background-color: #DEC6EF;
}
.BgClassName
{
background-color: #DEC6EF;
}
</style>
border-color css
<style>
span { border-color: #DEC6EF; }
span { border-color: rgb(222,198,239); }
td.TdClassName
{
border-color: #DEC6EF;
}
.TagClassName
{
border-color: #DEC6EF;
}
</style>