Shades of Fog #DEC1EE
Tints of Fog #DEC1EE
RGB
CMYK
RGB Variations
Color information
#DEC1EE (or 0xDEC1EE) is known color: Fog. HEX triplet: DE, C1 and EE. RGB value is (222,193,238). Sum of RGB (Red+Green+Blue) = 222+193+238=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC1EE is #213E11. Grayscale: #CECECE. Windows color (decimal): -2178578 or 15647198. OLE color: 15647198.
HSL color Cylindrical-coordinate representation of color #DEC1EE: hue angle of 278.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEC1EE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 193 | 238 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.07 |
| HSL | 278.67º | 0.57% | 0.85% | - |
| HSV(B) | 278.67º | 0.19% | 0.93% | - |
| XYZ | 64.63 | 59.84 | 89.03 | - |
| YUV | 206.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 238 | 0.07 | 0.19 | 0 | 0.07 | 278.67 | 0.57 | 0.85 |
| Hex | DE | C1 | EE | 7 | 13 | 0 | 7 | 117 | 39 | 55 |
| Octal | 336 | 301 | 356 | 7 | 23 | 0 | 7 | 427 | 71 | 125 |
| Binary | 11011110 | 11000001 | 11101110 | 111 | 10011 | 0 | 111 | 100010111 | 111001 | 1010101 |
Color Harmonies of #DEC1EE
Complementary color
Monochromatic Colors of #DEC1EE
Black with #DEC1EE
Text Example
Text Example
White with #DEC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1EE; }
p { color: rgb(222,193,238); }
H1.HeaderClassName
{
color: #DEC1EE;
}
.AnyTagClassName
{
color: #DEC1EE;
}
</style>
background-color css
<style>
a { background-color: #DEC1EE; }
a { background-color: rgb(222,193,238); }
div.DivClassName
{
background-color: #DEC1EE;
}
.BgClassName
{
background-color: #DEC1EE;
}
</style>
border-color css
<style>
span { border-color: #DEC1EE; }
span { border-color: rgb(222,193,238); }
td.TdClassName
{
border-color: #DEC1EE;
}
.TagClassName
{
border-color: #DEC1EE;
}
</style>