Shades of Fog #E4D3FA
Tints of Fog #E4D3FA
RGB
CMYK
RGB Variations
Color information
#E4D3FA (or 0xE4D3FA) is known color: Fog. HEX triplet: E4, D3 and FA. RGB value is (228,211,250). Sum of RGB (Red+Green+Blue) = 228+211+250=689 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.09% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4D3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D3FA is #1B2C05. Grayscale: #DCDCDC. Windows color (decimal): -1780742 or 16438244. OLE color: 16438244.
HSL color Cylindrical-coordinate representation of color #E4D3FA: hue angle of 266.15º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4D3FA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 211 | 250 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.02 |
| HSL | 266.15º | 0.8% | 0.9% | - |
| HSV(B) | 266.15º | 0.16% | 0.98% | - |
| XYZ | 72.54 | 69.98 | 100.13 | - |
| YUV | 220.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 211 | 250 | 0.09 | 0.16 | 0 | 0.02 | 266.15 | 0.8 | 0.9 |
| Hex | E4 | D3 | FA | 9 | 10 | 0 | 2 | 10A | 50 | 5A |
| Octal | 344 | 323 | 372 | 11 | 20 | 0 | 2 | 412 | 120 | 132 |
| Binary | 11100100 | 11010011 | 11111010 | 1001 | 10000 | 0 | 10 | 100001010 | 1010000 | 1011010 |
Color Harmonies of #E4D3FA
Complementary color
Monochromatic Colors of #E4D3FA
Black with #E4D3FA
Text Example
Text Example
White with #E4D3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D3FA; }
p { color: rgb(228,211,250); }
H1.HeaderClassName
{
color: #E4D3FA;
}
.AnyTagClassName
{
color: #E4D3FA;
}
</style>
background-color css
<style>
a { background-color: #E4D3FA; }
a { background-color: rgb(228,211,250); }
div.DivClassName
{
background-color: #E4D3FA;
}
.BgClassName
{
background-color: #E4D3FA;
}
</style>
border-color css
<style>
span { border-color: #E4D3FA; }
span { border-color: rgb(228,211,250); }
td.TdClassName
{
border-color: #E4D3FA;
}
.TagClassName
{
border-color: #E4D3FA;
}
</style>