Shades of Fog #E4D2FB
Tints of Fog #E4D2FB
RGB
CMYK
RGB Variations
Color information
#E4D2FB (or 0xE4D2FB) is known color: Fog. HEX triplet: E4, D2 and FB. RGB value is (228,210,251). Sum of RGB (Red+Green+Blue) = 228+210+251=689 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.09% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D2FB is #1B2D04. Grayscale: #DBDBDB. Windows color (decimal): -1780997 or 16503524. OLE color: 16503524.
HSL color Cylindrical-coordinate representation of color #E4D2FB: hue angle of 266.34º degrees, saturation: 0.84, 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 #E4D2FB is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 210 | 251 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.02 |
| HSL | 266.34º | 0.84% | 0.9% | - |
| HSV(B) | 266.34º | 0.16% | 0.98% | - |
| XYZ | 72.45 | 69.55 | 100.87 | - |
| YUV | 220.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 210 | 251 | 0.09 | 0.16 | 0 | 0.02 | 266.34 | 0.84 | 0.9 |
| Hex | E4 | D2 | FB | 9 | 10 | 0 | 2 | 10A | 54 | 5A |
| Octal | 344 | 322 | 373 | 11 | 20 | 0 | 2 | 412 | 124 | 132 |
| Binary | 11100100 | 11010010 | 11111011 | 1001 | 10000 | 0 | 10 | 100001010 | 1010100 | 1011010 |
Color Harmonies of #E4D2FB
Complementary color
Monochromatic Colors of #E4D2FB
Black with #E4D2FB
Text Example
Text Example
White with #E4D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D2FB; }
p { color: rgb(228,210,251); }
H1.HeaderClassName
{
color: #E4D2FB;
}
.AnyTagClassName
{
color: #E4D2FB;
}
</style>
background-color css
<style>
a { background-color: #E4D2FB; }
a { background-color: rgb(228,210,251); }
div.DivClassName
{
background-color: #E4D2FB;
}
.BgClassName
{
background-color: #E4D2FB;
}
</style>
border-color css
<style>
span { border-color: #E4D2FB; }
span { border-color: rgb(228,210,251); }
td.TdClassName
{
border-color: #E4D2FB;
}
.TagClassName
{
border-color: #E4D2FB;
}
</style>