Shades of Fog #E0D2FF
Tints of Fog #E0D2FF
RGB
CMYK
RGB Variations
Color information
#E0D2FF (or 0xE0D2FF) is known color: Fog. HEX triplet: E0, D2 and FF. RGB value is (224,210,255). Sum of RGB (Red+Green+Blue) = 224+210+255=689 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.51% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D2FF is #1F2D00. Grayscale: #DBDBDB. Windows color (decimal): -2043137 or 16765664. OLE color: 16765664.
HSL color Cylindrical-coordinate representation of color #E0D2FF: hue angle of 258.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0D2FF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 210 | 255 | - |
| CMYK | 0.12 | 0.18 | 0 | 0 |
| HSL | 258.67º | 1% | 0.91% | - |
| HSV(B) | 258.67º | 0.18% | 1% | - |
| XYZ | 71.84 | 69.16 | 104.17 | - |
| YUV | 219.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 255 | 0.12 | 0.18 | 0 | 0 | 258.67 | 1 | 0.91 |
| Hex | E0 | D2 | FF | C | 12 | 0 | 0 | 103 | 64 | 5B |
| Octal | 340 | 322 | 377 | 14 | 22 | 0 | 0 | 403 | 144 | 133 |
| Binary | 11100000 | 11010010 | 11111111 | 1100 | 10010 | 0 | 0 | 100000011 | 1100100 | 1011011 |
Color Harmonies of #E0D2FF
Complementary color
Monochromatic Colors of #E0D2FF
Black with #E0D2FF
Text Example
Text Example
White with #E0D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D2FF; }
p { color: rgb(224,210,255); }
H1.HeaderClassName
{
color: #E0D2FF;
}
.AnyTagClassName
{
color: #E0D2FF;
}
</style>
background-color css
<style>
a { background-color: #E0D2FF; }
a { background-color: rgb(224,210,255); }
div.DivClassName
{
background-color: #E0D2FF;
}
.BgClassName
{
background-color: #E0D2FF;
}
</style>
border-color css
<style>
span { border-color: #E0D2FF; }
span { border-color: rgb(224,210,255); }
td.TdClassName
{
border-color: #E0D2FF;
}
.TagClassName
{
border-color: #E0D2FF;
}
</style>