Shades of Fog #E4D6FB
Tints of Fog #E4D6FB
RGB
CMYK
RGB Variations
Color information
#E4D6FB (or 0xE4D6FB) is known color: Fog. HEX triplet: E4, D6 and FB. RGB value is (228,214,251). Sum of RGB (Red+Green+Blue) = 228+214+251=693 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.90% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4D6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D6FB is #1B2904. Grayscale: #DEDEDE. Windows color (decimal): -1779973 or 16504548. OLE color: 16504548.
HSL color Cylindrical-coordinate representation of color #E4D6FB: hue angle of 262.7º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E4D6FB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 214 | 251 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.02 |
| HSL | 262.7º | 0.82% | 0.91% | - |
| HSV(B) | 262.7º | 0.15% | 0.98% | - |
| XYZ | 73.45 | 71.55 | 101.21 | - |
| YUV | 222.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 214 | 251 | 0.09 | 0.15 | 0 | 0.02 | 262.7 | 0.82 | 0.91 |
| Hex | E4 | D6 | FB | 9 | F | 0 | 2 | 107 | 52 | 5B |
| Octal | 344 | 326 | 373 | 11 | 17 | 0 | 2 | 407 | 122 | 133 |
| Binary | 11100100 | 11010110 | 11111011 | 1001 | 1111 | 0 | 10 | 100000111 | 1010010 | 1011011 |
Color Harmonies of #E4D6FB
Complementary color
Monochromatic Colors of #E4D6FB
Black with #E4D6FB
Text Example
Text Example
White with #E4D6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D6FB; }
p { color: rgb(228,214,251); }
H1.HeaderClassName
{
color: #E4D6FB;
}
.AnyTagClassName
{
color: #E4D6FB;
}
</style>
background-color css
<style>
a { background-color: #E4D6FB; }
a { background-color: rgb(228,214,251); }
div.DivClassName
{
background-color: #E4D6FB;
}
.BgClassName
{
background-color: #E4D6FB;
}
</style>
border-color css
<style>
span { border-color: #E4D6FB; }
span { border-color: rgb(228,214,251); }
td.TdClassName
{
border-color: #E4D6FB;
}
.TagClassName
{
border-color: #E4D6FB;
}
</style>