Shades of Fog #E3D2FB
Tints of Fog #E3D2FB
RGB
CMYK
RGB Variations
Color information
#E3D2FB (or 0xE3D2FB) is known color: Fog. HEX triplet: E3, D2 and FB. RGB value is (227,210,251). Sum of RGB (Red+Green+Blue) = 227+210+251=688 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.99% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D2FB is #1C2D04. Grayscale: #DBDBDB. Windows color (decimal): -1846533 or 16503523. OLE color: 16503523.
HSL color Cylindrical-coordinate representation of color #E3D2FB: hue angle of 264.88º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3D2FB is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 210 | 251 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.02 |
| HSL | 264.88º | 0.84% | 0.9% | - |
| HSV(B) | 264.88º | 0.16% | 0.98% | - |
| XYZ | 72.14 | 69.39 | 100.86 | - |
| YUV | 219.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 210 | 251 | 0.10 | 0.16 | 0 | 0.02 | 264.88 | 0.84 | 0.9 |
| Hex | E3 | D2 | FB | A | 10 | 0 | 2 | 109 | 54 | 5A |
| Octal | 343 | 322 | 373 | 12 | 20 | 0 | 2 | 411 | 124 | 132 |
| Binary | 11100011 | 11010010 | 11111011 | 1010 | 10000 | 0 | 10 | 100001001 | 1010100 | 1011010 |
Color Harmonies of #E3D2FB
Complementary color
Monochromatic Colors of #E3D2FB
Black with #E3D2FB
Text Example
Text Example
White with #E3D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D2FB; }
p { color: rgb(227,210,251); }
H1.HeaderClassName
{
color: #E3D2FB;
}
.AnyTagClassName
{
color: #E3D2FB;
}
</style>
background-color css
<style>
a { background-color: #E3D2FB; }
a { background-color: rgb(227,210,251); }
div.DivClassName
{
background-color: #E3D2FB;
}
.BgClassName
{
background-color: #E3D2FB;
}
</style>
border-color css
<style>
span { border-color: #E3D2FB; }
span { border-color: rgb(227,210,251); }
td.TdClassName
{
border-color: #E3D2FB;
}
.TagClassName
{
border-color: #E3D2FB;
}
</style>