Shades of Fog #E3D2F8
Tints of Fog #E3D2F8
RGB
CMYK
RGB Variations
Color information
#E3D2F8 (or 0xE3D2F8) is known color: Fog. HEX triplet: E3, D2 and F8. RGB value is (227,210,248). Sum of RGB (Red+Green+Blue) = 227+210+248=685 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.14% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #E3D2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D2F8 is #1C2D07. Grayscale: #DBDBDB. Windows color (decimal): -1846536 or 16306915. OLE color: 16306915.
HSL color Cylindrical-coordinate representation of color #E3D2F8: hue angle of 266.84º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3D2F8 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 210 | 248 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.03 |
| HSL | 266.84º | 0.73% | 0.9% | - |
| HSV(B) | 266.84º | 0.15% | 0.97% | - |
| XYZ | 71.67 | 69.2 | 98.39 | - |
| YUV | 219.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 210 | 248 | 0.08 | 0.15 | 0 | 0.03 | 266.84 | 0.73 | 0.9 |
| Hex | E3 | D2 | F8 | 8 | F | 0 | 3 | 10B | 49 | 5A |
| Octal | 343 | 322 | 370 | 10 | 17 | 0 | 3 | 413 | 111 | 132 |
| Binary | 11100011 | 11010010 | 11111000 | 1000 | 1111 | 0 | 11 | 100001011 | 1001001 | 1011010 |
Color Harmonies of #E3D2F8
Complementary color
Monochromatic Colors of #E3D2F8
Black with #E3D2F8
Text Example
Text Example
White with #E3D2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D2F8; }
p { color: rgb(227,210,248); }
H1.HeaderClassName
{
color: #E3D2F8;
}
.AnyTagClassName
{
color: #E3D2F8;
}
</style>
background-color css
<style>
a { background-color: #E3D2F8; }
a { background-color: rgb(227,210,248); }
div.DivClassName
{
background-color: #E3D2F8;
}
.BgClassName
{
background-color: #E3D2F8;
}
</style>
border-color css
<style>
span { border-color: #E3D2F8; }
span { border-color: rgb(227,210,248); }
td.TdClassName
{
border-color: #E3D2F8;
}
.TagClassName
{
border-color: #E3D2F8;
}
</style>