Shades of Fog #DEC4EF
Tints of Fog #DEC4EF
RGB
CMYK
RGB Variations
Color information
#DEC4EF (or 0xDEC4EF) is known color: Fog. HEX triplet: DE, C4 and EF. RGB value is (222,196,239). Sum of RGB (Red+Green+Blue) = 222+196+239=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC4EF is #213B10. Grayscale: #D0D0D0. Windows color (decimal): -2177809 or 15713502. OLE color: 15713502.
HSL color Cylindrical-coordinate representation of color #DEC4EF: hue angle of 276.28º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC4EF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 196 | 239 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.06 |
| HSL | 276.28º | 0.57% | 0.85% | - |
| HSV(B) | 276.28º | 0.18% | 0.94% | - |
| XYZ | 65.44 | 61.24 | 90.03 | - |
| YUV | 208.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 239 | 0.07 | 0.18 | 0 | 0.06 | 276.28 | 0.57 | 0.85 |
| Hex | DE | C4 | EF | 7 | 12 | 0 | 6 | 114 | 39 | 55 |
| Octal | 336 | 304 | 357 | 7 | 22 | 0 | 6 | 424 | 71 | 125 |
| Binary | 11011110 | 11000100 | 11101111 | 111 | 10010 | 0 | 110 | 100010100 | 111001 | 1010101 |
Color Harmonies of #DEC4EF
Complementary color
Monochromatic Colors of #DEC4EF
Black with #DEC4EF
Text Example
Text Example
White with #DEC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4EF; }
p { color: rgb(222,196,239); }
H1.HeaderClassName
{
color: #DEC4EF;
}
.AnyTagClassName
{
color: #DEC4EF;
}
</style>
background-color css
<style>
a { background-color: #DEC4EF; }
a { background-color: rgb(222,196,239); }
div.DivClassName
{
background-color: #DEC4EF;
}
.BgClassName
{
background-color: #DEC4EF;
}
</style>
border-color css
<style>
span { border-color: #DEC4EF; }
span { border-color: rgb(222,196,239); }
td.TdClassName
{
border-color: #DEC4EF;
}
.TagClassName
{
border-color: #DEC4EF;
}
</style>