Shades of Fog #E4D3F9
Tints of Fog #E4D3F9
RGB
CMYK
RGB Variations
Color information
#E4D3F9 (or 0xE4D3F9) is known color: Fog. HEX triplet: E4, D3 and F9. RGB value is (228,211,249). Sum of RGB (Red+Green+Blue) = 228+211+249=688 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.14% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #E4D3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D3F9 is #1B2C06. Grayscale: #DCDCDC. Windows color (decimal): -1780743 or 16372708. OLE color: 16372708.
HSL color Cylindrical-coordinate representation of color #E4D3F9: hue angle of 266.84º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E4D3F9 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 211 | 249 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.02 |
| HSL | 266.84º | 0.76% | 0.9% | - |
| HSV(B) | 266.84º | 0.15% | 0.98% | - |
| XYZ | 72.39 | 69.92 | 99.3 | - |
| YUV | 220.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 211 | 249 | 0.08 | 0.15 | 0 | 0.02 | 266.84 | 0.76 | 0.9 |
| Hex | E4 | D3 | F9 | 8 | F | 0 | 2 | 10B | 4C | 5A |
| Octal | 344 | 323 | 371 | 10 | 17 | 0 | 2 | 413 | 114 | 132 |
| Binary | 11100100 | 11010011 | 11111001 | 1000 | 1111 | 0 | 10 | 100001011 | 1001100 | 1011010 |
Color Harmonies of #E4D3F9
Complementary color
Monochromatic Colors of #E4D3F9
Black with #E4D3F9
Text Example
Text Example
White with #E4D3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D3F9; }
p { color: rgb(228,211,249); }
H1.HeaderClassName
{
color: #E4D3F9;
}
.AnyTagClassName
{
color: #E4D3F9;
}
</style>
background-color css
<style>
a { background-color: #E4D3F9; }
a { background-color: rgb(228,211,249); }
div.DivClassName
{
background-color: #E4D3F9;
}
.BgClassName
{
background-color: #E4D3F9;
}
</style>
border-color css
<style>
span { border-color: #E4D3F9; }
span { border-color: rgb(228,211,249); }
td.TdClassName
{
border-color: #E4D3F9;
}
.TagClassName
{
border-color: #E4D3F9;
}
</style>