Shades of Fog #E3D4FB
Tints of Fog #E3D4FB
RGB
CMYK
RGB Variations
Color information
#E3D4FB (or 0xE3D4FB) is known color: Fog. HEX triplet: E3, D4 and FB. RGB value is (227,212,251). Sum of RGB (Red+Green+Blue) = 227+212+251=690 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.90% from 690); Green value is 212 (83.20% from 255 or 30.72% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3D4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D4FB is #1C2B04. Grayscale: #DCDCDC. Windows color (decimal): -1846021 or 16504035. OLE color: 16504035.
HSL color Cylindrical-coordinate representation of color #E3D4FB: hue angle of 263.08º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3D4FB is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 212 | 251 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.02 |
| HSL | 263.08º | 0.83% | 0.91% | - |
| HSV(B) | 263.08º | 0.16% | 0.98% | - |
| XYZ | 72.63 | 70.38 | 101.02 | - |
| YUV | 220.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 251 | 0.10 | 0.16 | 0 | 0.02 | 263.08 | 0.83 | 0.91 |
| Hex | E3 | D4 | FB | A | 10 | 0 | 2 | 107 | 53 | 5B |
| Octal | 343 | 324 | 373 | 12 | 20 | 0 | 2 | 407 | 123 | 133 |
| Binary | 11100011 | 11010100 | 11111011 | 1010 | 10000 | 0 | 10 | 100000111 | 1010011 | 1011011 |
Color Harmonies of #E3D4FB
Complementary color
Monochromatic Colors of #E3D4FB
Black with #E3D4FB
Text Example
Text Example
White with #E3D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D4FB; }
p { color: rgb(227,212,251); }
H1.HeaderClassName
{
color: #E3D4FB;
}
.AnyTagClassName
{
color: #E3D4FB;
}
</style>
background-color css
<style>
a { background-color: #E3D4FB; }
a { background-color: rgb(227,212,251); }
div.DivClassName
{
background-color: #E3D4FB;
}
.BgClassName
{
background-color: #E3D4FB;
}
</style>
border-color css
<style>
span { border-color: #E3D4FB; }
span { border-color: rgb(227,212,251); }
td.TdClassName
{
border-color: #E3D4FB;
}
.TagClassName
{
border-color: #E3D4FB;
}
</style>