Shades of Fog #E4DCF4
Tints of Fog #E4DCF4
RGB
CMYK
RGB Variations
Color information
#E4DCF4 (or 0xE4DCF4) is known color: Fog. HEX triplet: E4, DC and F4. RGB value is (228,220,244). Sum of RGB (Red+Green+Blue) = 228+220+244=692 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.95% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 244 - color contains mainly: blue. Hex color #E4DCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DCF4 is #1B230B. Grayscale: #E1E1E1. Windows color (decimal): -1778444 or 16047332. OLE color: 16047332.
HSL color Cylindrical-coordinate representation of color #E4DCF4: hue angle of 260º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4DCF4 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 220 | 244 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.04 |
| HSL | 260º | 0.52% | 0.91% | - |
| HSV(B) | 260º | 0.1% | 0.96% | - |
| XYZ | 73.92 | 74.21 | 96.02 | - |
| YUV | 225.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 244 | 0.07 | 0.10 | 0 | 0.04 | 260 | 0.52 | 0.91 |
| Hex | E4 | DC | F4 | 7 | A | 0 | 4 | 104 | 34 | 5B |
| Octal | 344 | 334 | 364 | 7 | 12 | 0 | 4 | 404 | 64 | 133 |
| Binary | 11100100 | 11011100 | 11110100 | 111 | 1010 | 0 | 100 | 100000100 | 110100 | 1011011 |
Color Harmonies of #E4DCF4
Complementary color
Monochromatic Colors of #E4DCF4
Black with #E4DCF4
Text Example
Text Example
White with #E4DCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DCF4; }
p { color: rgb(228,220,244); }
H1.HeaderClassName
{
color: #E4DCF4;
}
.AnyTagClassName
{
color: #E4DCF4;
}
</style>
background-color css
<style>
a { background-color: #E4DCF4; }
a { background-color: rgb(228,220,244); }
div.DivClassName
{
background-color: #E4DCF4;
}
.BgClassName
{
background-color: #E4DCF4;
}
</style>
border-color css
<style>
span { border-color: #E4DCF4; }
span { border-color: rgb(228,220,244); }
td.TdClassName
{
border-color: #E4DCF4;
}
.TagClassName
{
border-color: #E4DCF4;
}
</style>