Shades of Fog #E4D8FC
Tints of Fog #E4D8FC
RGB
CMYK
RGB Variations
Color information
#E4D8FC (or 0xE4D8FC) is known color: Fog. HEX triplet: E4, D8 and FC. RGB value is (228,216,252). Sum of RGB (Red+Green+Blue) = 228+216+252=696 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.76% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D8FC is #1B2703. Grayscale: #DFDFDF. Windows color (decimal): -1779460 or 16570596. OLE color: 16570596.
HSL color Cylindrical-coordinate representation of color #E4D8FC: hue angle of 260º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4D8FC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 216 | 252 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.01 |
| HSL | 260º | 0.86% | 0.92% | - |
| HSV(B) | 260º | 0.14% | 0.99% | - |
| XYZ | 74.12 | 72.63 | 102.21 | - |
| YUV | 223.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 216 | 252 | 0.10 | 0.14 | 0 | 0.01 | 260 | 0.86 | 0.92 |
| Hex | E4 | D8 | FC | A | E | 0 | 1 | 104 | 56 | 5C |
| Octal | 344 | 330 | 374 | 12 | 16 | 0 | 1 | 404 | 126 | 134 |
| Binary | 11100100 | 11011000 | 11111100 | 1010 | 1110 | 0 | 1 | 100000100 | 1010110 | 1011100 |
Color Harmonies of #E4D8FC
Complementary color
Monochromatic Colors of #E4D8FC
Black with #E4D8FC
Text Example
Text Example
White with #E4D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D8FC; }
p { color: rgb(228,216,252); }
H1.HeaderClassName
{
color: #E4D8FC;
}
.AnyTagClassName
{
color: #E4D8FC;
}
</style>
background-color css
<style>
a { background-color: #E4D8FC; }
a { background-color: rgb(228,216,252); }
div.DivClassName
{
background-color: #E4D8FC;
}
.BgClassName
{
background-color: #E4D8FC;
}
</style>
border-color css
<style>
span { border-color: #E4D8FC; }
span { border-color: rgb(228,216,252); }
td.TdClassName
{
border-color: #E4D8FC;
}
.TagClassName
{
border-color: #E4D8FC;
}
</style>