Shades of Fog #E3D0FB
Tints of Fog #E3D0FB
RGB
CMYK
RGB Variations
Color information
#E3D0FB (or 0xE3D0FB) is known color: Fog. HEX triplet: E3, D0 and FB. RGB value is (227,208,251). Sum of RGB (Red+Green+Blue) = 227+208+251=686 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.09% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0FB is #1C2F04. Grayscale: #DADADA. Windows color (decimal): -1847045 or 16503011. OLE color: 16503011.
HSL color Cylindrical-coordinate representation of color #E3D0FB: hue angle of 266.51º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3D0FB is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 208 | 251 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.02 |
| HSL | 266.51º | 0.84% | 0.9% | - |
| HSV(B) | 266.51º | 0.17% | 0.98% | - |
| XYZ | 71.65 | 68.41 | 100.69 | - |
| YUV | 218.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 251 | 0.10 | 0.17 | 0 | 0.02 | 266.51 | 0.84 | 0.9 |
| Hex | E3 | D0 | FB | A | 11 | 0 | 2 | 10B | 54 | 5A |
| Octal | 343 | 320 | 373 | 12 | 21 | 0 | 2 | 413 | 124 | 132 |
| Binary | 11100011 | 11010000 | 11111011 | 1010 | 10001 | 0 | 10 | 100001011 | 1010100 | 1011010 |
Color Harmonies of #E3D0FB
Complementary color
Monochromatic Colors of #E3D0FB
Black with #E3D0FB
Text Example
Text Example
White with #E3D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0FB; }
p { color: rgb(227,208,251); }
H1.HeaderClassName
{
color: #E3D0FB;
}
.AnyTagClassName
{
color: #E3D0FB;
}
</style>
background-color css
<style>
a { background-color: #E3D0FB; }
a { background-color: rgb(227,208,251); }
div.DivClassName
{
background-color: #E3D0FB;
}
.BgClassName
{
background-color: #E3D0FB;
}
</style>
border-color css
<style>
span { border-color: #E3D0FB; }
span { border-color: rgb(227,208,251); }
td.TdClassName
{
border-color: #E3D0FB;
}
.TagClassName
{
border-color: #E3D0FB;
}
</style>