Shades of Fog #DEC3EE
Tints of Fog #DEC3EE
RGB
CMYK
RGB Variations
Color information
#DEC3EE (or 0xDEC3EE) is known color: Fog. HEX triplet: DE, C3 and EE. RGB value is (222,195,238). Sum of RGB (Red+Green+Blue) = 222+195+238=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3EE is #213C11. Grayscale: #CFCFCF. Windows color (decimal): -2178066 or 15647710. OLE color: 15647710.
HSL color Cylindrical-coordinate representation of color #DEC3EE: hue angle of 277.67º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC3EE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 195 | 238 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.07 |
| HSL | 277.67º | 0.56% | 0.85% | - |
| HSV(B) | 277.67º | 0.18% | 0.93% | - |
| XYZ | 65.07 | 60.73 | 89.18 | - |
| YUV | 207.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 238 | 0.07 | 0.18 | 0 | 0.07 | 277.67 | 0.56 | 0.85 |
| Hex | DE | C3 | EE | 7 | 12 | 0 | 7 | 116 | 38 | 55 |
| Octal | 336 | 303 | 356 | 7 | 22 | 0 | 7 | 426 | 70 | 125 |
| Binary | 11011110 | 11000011 | 11101110 | 111 | 10010 | 0 | 111 | 100010110 | 111000 | 1010101 |
Color Harmonies of #DEC3EE
Complementary color
Monochromatic Colors of #DEC3EE
Black with #DEC3EE
Text Example
Text Example
White with #DEC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3EE; }
p { color: rgb(222,195,238); }
H1.HeaderClassName
{
color: #DEC3EE;
}
.AnyTagClassName
{
color: #DEC3EE;
}
</style>
background-color css
<style>
a { background-color: #DEC3EE; }
a { background-color: rgb(222,195,238); }
div.DivClassName
{
background-color: #DEC3EE;
}
.BgClassName
{
background-color: #DEC3EE;
}
</style>
border-color css
<style>
span { border-color: #DEC3EE; }
span { border-color: rgb(222,195,238); }
td.TdClassName
{
border-color: #DEC3EE;
}
.TagClassName
{
border-color: #DEC3EE;
}
</style>