Shades of Fog #E4D3FB
Tints of Fog #E4D3FB
RGB
CMYK
RGB Variations
Color information
#E4D3FB (or 0xE4D3FB) is known color: Fog. HEX triplet: E4, D3 and FB. RGB value is (228,211,251). Sum of RGB (Red+Green+Blue) = 228+211+251=690 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.04% from 690); Green value is 211 (82.81% from 255 or 30.58% 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 #E4D3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D3FB is #1B2C04. Grayscale: #DCDCDC. Windows color (decimal): -1780741 or 16503780. OLE color: 16503780.
HSL color Cylindrical-coordinate representation of color #E4D3FB: hue angle of 265.5º 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 #E4D3FB is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 211 | 251 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.02 |
| HSL | 265.5º | 0.83% | 0.91% | - |
| HSV(B) | 265.5º | 0.16% | 0.98% | - |
| XYZ | 72.7 | 70.05 | 100.96 | - |
| YUV | 220.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 211 | 251 | 0.09 | 0.16 | 0 | 0.02 | 265.5 | 0.83 | 0.91 |
| Hex | E4 | D3 | FB | 9 | 10 | 0 | 2 | 10A | 53 | 5B |
| Octal | 344 | 323 | 373 | 11 | 20 | 0 | 2 | 412 | 123 | 133 |
| Binary | 11100100 | 11010011 | 11111011 | 1001 | 10000 | 0 | 10 | 100001010 | 1010011 | 1011011 |
Color Harmonies of #E4D3FB
Complementary color
Monochromatic Colors of #E4D3FB
Black with #E4D3FB
Text Example
Text Example
White with #E4D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D3FB; }
p { color: rgb(228,211,251); }
H1.HeaderClassName
{
color: #E4D3FB;
}
.AnyTagClassName
{
color: #E4D3FB;
}
</style>
background-color css
<style>
a { background-color: #E4D3FB; }
a { background-color: rgb(228,211,251); }
div.DivClassName
{
background-color: #E4D3FB;
}
.BgClassName
{
background-color: #E4D3FB;
}
</style>
border-color css
<style>
span { border-color: #E4D3FB; }
span { border-color: rgb(228,211,251); }
td.TdClassName
{
border-color: #E4D3FB;
}
.TagClassName
{
border-color: #E4D3FB;
}
</style>