Shades of Fog #E4D2FE
Tints of Fog #E4D2FE
RGB
CMYK
RGB Variations
Color information
#E4D2FE (or 0xE4D2FE) is known color: Fog. HEX triplet: E4, D2 and FE. RGB value is (228,210,254). Sum of RGB (Red+Green+Blue) = 228+210+254=692 (91% of max value = 765). Red value is 228 (89.45% from 255 or 32.95% from 692); Green value is 210 (82.42% from 255 or 30.35% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D2FE is #1B2D01. Grayscale: #DCDCDC. Windows color (decimal): -1780994 or 16700132. OLE color: 16700132.
HSL color Cylindrical-coordinate representation of color #E4D2FE: hue angle of 264.55º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4D2FE is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 210 | 254 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.00 |
| HSL | 264.55º | 0.96% | 0.91% | - |
| HSV(B) | 264.55º | 0.17% | 1% | - |
| XYZ | 72.93 | 69.74 | 103.38 | - |
| YUV | 220.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 210 | 254 | 0.10 | 0.17 | 0 | 0.00 | 264.55 | 0.96 | 0.91 |
| Hex | E4 | D2 | FE | A | 11 | 0 | 0 | 109 | 60 | 5B |
| Octal | 344 | 322 | 376 | 12 | 21 | 0 | 0 | 411 | 140 | 133 |
| Binary | 11100100 | 11010010 | 11111110 | 1010 | 10001 | 0 | 0 | 100001001 | 1100000 | 1011011 |
Color Harmonies of #E4D2FE
Complementary color
Monochromatic Colors of #E4D2FE
Black with #E4D2FE
Text Example
Text Example
White with #E4D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D2FE; }
p { color: rgb(228,210,254); }
H1.HeaderClassName
{
color: #E4D2FE;
}
.AnyTagClassName
{
color: #E4D2FE;
}
</style>
background-color css
<style>
a { background-color: #E4D2FE; }
a { background-color: rgb(228,210,254); }
div.DivClassName
{
background-color: #E4D2FE;
}
.BgClassName
{
background-color: #E4D2FE;
}
</style>
border-color css
<style>
span { border-color: #E4D2FE; }
span { border-color: rgb(228,210,254); }
td.TdClassName
{
border-color: #E4D2FE;
}
.TagClassName
{
border-color: #E4D2FE;
}
</style>