Shades of Fog #E3D0F8
Tints of Fog #E3D0F8
RGB
CMYK
RGB Variations
Color information
#E3D0F8 (or 0xE3D0F8) is known color: Fog. HEX triplet: E3, D0 and F8. RGB value is (227,208,248). Sum of RGB (Red+Green+Blue) = 227+208+248=683 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.24% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #E3D0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0F8 is #1C2F07. Grayscale: #DADADA. Windows color (decimal): -1847048 or 16306403. OLE color: 16306403.
HSL color Cylindrical-coordinate representation of color #E3D0F8: hue angle of 268.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3D0F8 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 208 | 248 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.03 |
| HSL | 268.5º | 0.74% | 0.89% | - |
| HSV(B) | 268.5º | 0.16% | 0.97% | - |
| XYZ | 71.18 | 68.22 | 98.22 | - |
| YUV | 218.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 248 | 0.08 | 0.16 | 0 | 0.03 | 268.5 | 0.74 | 0.89 |
| Hex | E3 | D0 | F8 | 8 | 10 | 0 | 3 | 10C | 4A | 59 |
| Octal | 343 | 320 | 370 | 10 | 20 | 0 | 3 | 414 | 112 | 131 |
| Binary | 11100011 | 11010000 | 11111000 | 1000 | 10000 | 0 | 11 | 100001100 | 1001010 | 1011001 |
Color Harmonies of #E3D0F8
Complementary color
Monochromatic Colors of #E3D0F8
Black with #E3D0F8
Text Example
Text Example
White with #E3D0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0F8; }
p { color: rgb(227,208,248); }
H1.HeaderClassName
{
color: #E3D0F8;
}
.AnyTagClassName
{
color: #E3D0F8;
}
</style>
background-color css
<style>
a { background-color: #E3D0F8; }
a { background-color: rgb(227,208,248); }
div.DivClassName
{
background-color: #E3D0F8;
}
.BgClassName
{
background-color: #E3D0F8;
}
</style>
border-color css
<style>
span { border-color: #E3D0F8; }
span { border-color: rgb(227,208,248); }
td.TdClassName
{
border-color: #E3D0F8;
}
.TagClassName
{
border-color: #E3D0F8;
}
</style>