Shades of Fog #E0D8F3
Tints of Fog #E0D8F3
RGB
CMYK
RGB Variations
Color information
#E0D8F3 (or 0xE0D8F3) is known color: Fog. HEX triplet: E0, D8 and F3. RGB value is (224,216,243). Sum of RGB (Red+Green+Blue) = 224+216+243=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0D8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D8F3 is #1F270C. Grayscale: #DDDDDD. Windows color (decimal): -2041613 or 15980768. OLE color: 15980768.
HSL color Cylindrical-coordinate representation of color #E0D8F3: hue angle of 257.78º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0D8F3 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 216 | 243 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.05 |
| HSL | 257.78º | 0.53% | 0.9% | - |
| HSV(B) | 257.78º | 0.11% | 0.95% | - |
| XYZ | 71.47 | 71.43 | 94.81 | - |
| YUV | 221.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 243 | 0.08 | 0.11 | 0 | 0.05 | 257.78 | 0.53 | 0.9 |
| Hex | E0 | D8 | F3 | 8 | B | 0 | 5 | 102 | 35 | 5A |
| Octal | 340 | 330 | 363 | 10 | 13 | 0 | 5 | 402 | 65 | 132 |
| Binary | 11100000 | 11011000 | 11110011 | 1000 | 1011 | 0 | 101 | 100000010 | 110101 | 1011010 |
Color Harmonies of #E0D8F3
Complementary color
Monochromatic Colors of #E0D8F3
Black with #E0D8F3
Text Example
Text Example
White with #E0D8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8F3; }
p { color: rgb(224,216,243); }
H1.HeaderClassName
{
color: #E0D8F3;
}
.AnyTagClassName
{
color: #E0D8F3;
}
</style>
background-color css
<style>
a { background-color: #E0D8F3; }
a { background-color: rgb(224,216,243); }
div.DivClassName
{
background-color: #E0D8F3;
}
.BgClassName
{
background-color: #E0D8F3;
}
</style>
border-color css
<style>
span { border-color: #E0D8F3; }
span { border-color: rgb(224,216,243); }
td.TdClassName
{
border-color: #E0D8F3;
}
.TagClassName
{
border-color: #E0D8F3;
}
</style>