Shades of Fog #E3D3FF
Tints of Fog #E3D3FF
RGB
CMYK
RGB Variations
Color information
#E3D3FF (or 0xE3D3FF) is known color: Fog. HEX triplet: E3, D3 and FF. RGB value is (227,211,255). Sum of RGB (Red+Green+Blue) = 227+211+255=693 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.76% from 693); Green value is 211 (82.81% from 255 or 30.45% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E3D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D3FF is #1C2C00. Grayscale: #DCDCDC. Windows color (decimal): -1846273 or 16765923. OLE color: 16765923.
HSL color Cylindrical-coordinate representation of color #E3D3FF: hue angle of 261.82º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3D3FF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 211 | 255 | - |
| CMYK | 0.11 | 0.17 | 0 | 0 |
| HSL | 261.82º | 1% | 0.91% | - |
| HSV(B) | 261.82º | 0.17% | 1% | - |
| XYZ | 73.02 | 70.14 | 104.3 | - |
| YUV | 220.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 255 | 0.11 | 0.17 | 0 | 0 | 261.82 | 1 | 0.91 |
| Hex | E3 | D3 | FF | B | 11 | 0 | 0 | 106 | 64 | 5B |
| Octal | 343 | 323 | 377 | 13 | 21 | 0 | 0 | 406 | 144 | 133 |
| Binary | 11100011 | 11010011 | 11111111 | 1011 | 10001 | 0 | 0 | 100000110 | 1100100 | 1011011 |
Color Harmonies of #E3D3FF
Complementary color
Monochromatic Colors of #E3D3FF
Black with #E3D3FF
Text Example
Text Example
White with #E3D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D3FF; }
p { color: rgb(227,211,255); }
H1.HeaderClassName
{
color: #E3D3FF;
}
.AnyTagClassName
{
color: #E3D3FF;
}
</style>
background-color css
<style>
a { background-color: #E3D3FF; }
a { background-color: rgb(227,211,255); }
div.DivClassName
{
background-color: #E3D3FF;
}
.BgClassName
{
background-color: #E3D3FF;
}
</style>
border-color css
<style>
span { border-color: #E3D3FF; }
span { border-color: rgb(227,211,255); }
td.TdClassName
{
border-color: #E3D3FF;
}
.TagClassName
{
border-color: #E3D3FF;
}
</style>