Shades of Fog #E4D3FF
Tints of Fog #E4D3FF
RGB
CMYK
RGB Variations
Color information
#E4D3FF (or 0xE4D3FF) is known color: Fog. HEX triplet: E4, D3 and FF. RGB value is (228,211,255). Sum of RGB (Red+Green+Blue) = 228+211+255=694 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.85% from 694); Green value is 211 (82.81% from 255 or 30.40% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D3FF is #1B2C00. Grayscale: #DCDCDC. Windows color (decimal): -1780737 or 16765924. OLE color: 16765924.
HSL color Cylindrical-coordinate representation of color #E4D3FF: hue angle of 263.18º 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 #E4D3FF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 211 | 255 | - |
| CMYK | 0.11 | 0.17 | 0 | 0 |
| HSL | 263.18º | 1% | 0.91% | - |
| HSV(B) | 263.18º | 0.17% | 1% | - |
| XYZ | 73.34 | 70.3 | 104.31 | - |
| YUV | 221.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 211 | 255 | 0.11 | 0.17 | 0 | 0 | 263.18 | 1 | 0.91 |
| Hex | E4 | D3 | FF | B | 11 | 0 | 0 | 107 | 64 | 5B |
| Octal | 344 | 323 | 377 | 13 | 21 | 0 | 0 | 407 | 144 | 133 |
| Binary | 11100100 | 11010011 | 11111111 | 1011 | 10001 | 0 | 0 | 100000111 | 1100100 | 1011011 |
Color Harmonies of #E4D3FF
Complementary color
Monochromatic Colors of #E4D3FF
Black with #E4D3FF
Text Example
Text Example
White with #E4D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D3FF; }
p { color: rgb(228,211,255); }
H1.HeaderClassName
{
color: #E4D3FF;
}
.AnyTagClassName
{
color: #E4D3FF;
}
</style>
background-color css
<style>
a { background-color: #E4D3FF; }
a { background-color: rgb(228,211,255); }
div.DivClassName
{
background-color: #E4D3FF;
}
.BgClassName
{
background-color: #E4D3FF;
}
</style>
border-color css
<style>
span { border-color: #E4D3FF; }
span { border-color: rgb(228,211,255); }
td.TdClassName
{
border-color: #E4D3FF;
}
.TagClassName
{
border-color: #E4D3FF;
}
</style>