Shades of Fog #E0D2FE
Tints of Fog #E0D2FE
RGB
CMYK
RGB Variations
Color information
#E0D2FE (or 0xE0D2FE) is known color: Fog. HEX triplet: E0, D2 and FE. RGB value is (224,210,254). Sum of RGB (Red+Green+Blue) = 224+210+254=688 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.56% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D2FE is #1F2D01. Grayscale: #DBDBDB. Windows color (decimal): -2043138 or 16700128. OLE color: 16700128.
HSL color Cylindrical-coordinate representation of color #E0D2FE: hue angle of 259.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0D2FE is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 210 | 254 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.00 |
| HSL | 259.09º | 0.96% | 0.91% | - |
| HSV(B) | 259.09º | 0.17% | 1% | - |
| XYZ | 71.68 | 69.1 | 103.33 | - |
| YUV | 219.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 254 | 0.12 | 0.17 | 0 | 0.00 | 259.09 | 0.96 | 0.91 |
| Hex | E0 | D2 | FE | C | 11 | 0 | 0 | 103 | 60 | 5B |
| Octal | 340 | 322 | 376 | 14 | 21 | 0 | 0 | 403 | 140 | 133 |
| Binary | 11100000 | 11010010 | 11111110 | 1100 | 10001 | 0 | 0 | 100000011 | 1100000 | 1011011 |
Color Harmonies of #E0D2FE
Complementary color
Monochromatic Colors of #E0D2FE
Black with #E0D2FE
Text Example
Text Example
White with #E0D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D2FE; }
p { color: rgb(224,210,254); }
H1.HeaderClassName
{
color: #E0D2FE;
}
.AnyTagClassName
{
color: #E0D2FE;
}
</style>
background-color css
<style>
a { background-color: #E0D2FE; }
a { background-color: rgb(224,210,254); }
div.DivClassName
{
background-color: #E0D2FE;
}
.BgClassName
{
background-color: #E0D2FE;
}
</style>
border-color css
<style>
span { border-color: #E0D2FE; }
span { border-color: rgb(224,210,254); }
td.TdClassName
{
border-color: #E0D2FE;
}
.TagClassName
{
border-color: #E0D2FE;
}
</style>