Shades of Fog #DEC3EF
Tints of Fog #DEC3EF
RGB
CMYK
RGB Variations
Color information
#DEC3EF (or 0xDEC3EF) is known color: Fog. HEX triplet: DE, C3 and EF. RGB value is (222,195,239). Sum of RGB (Red+Green+Blue) = 222+195+239=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3EF is #213C10. Grayscale: #CFCFCF. Windows color (decimal): -2178065 or 15713246. OLE color: 15713246.
HSL color Cylindrical-coordinate representation of color #DEC3EF: hue angle of 276.82º degrees, saturation: 0.58, 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 #DEC3EF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 195 | 239 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.06 |
| HSL | 276.82º | 0.58% | 0.85% | - |
| HSV(B) | 276.82º | 0.18% | 0.94% | - |
| XYZ | 65.22 | 60.79 | 89.96 | - |
| YUV | 208.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 239 | 0.07 | 0.18 | 0 | 0.06 | 276.82 | 0.58 | 0.85 |
| Hex | DE | C3 | EF | 7 | 12 | 0 | 6 | 115 | 3A | 55 |
| Octal | 336 | 303 | 357 | 7 | 22 | 0 | 6 | 425 | 72 | 125 |
| Binary | 11011110 | 11000011 | 11101111 | 111 | 10010 | 0 | 110 | 100010101 | 111010 | 1010101 |
Color Harmonies of #DEC3EF
Complementary color
Monochromatic Colors of #DEC3EF
Black with #DEC3EF
Text Example
Text Example
White with #DEC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3EF; }
p { color: rgb(222,195,239); }
H1.HeaderClassName
{
color: #DEC3EF;
}
.AnyTagClassName
{
color: #DEC3EF;
}
</style>
background-color css
<style>
a { background-color: #DEC3EF; }
a { background-color: rgb(222,195,239); }
div.DivClassName
{
background-color: #DEC3EF;
}
.BgClassName
{
background-color: #DEC3EF;
}
</style>
border-color css
<style>
span { border-color: #DEC3EF; }
span { border-color: rgb(222,195,239); }
td.TdClassName
{
border-color: #DEC3EF;
}
.TagClassName
{
border-color: #DEC3EF;
}
</style>