Shades of Fog #E4D0FE
Tints of Fog #E4D0FE
RGB
CMYK
RGB Variations
Color information
#E4D0FE (or 0xE4D0FE) is known color: Fog. HEX triplet: E4, D0 and FE. RGB value is (228,208,254). Sum of RGB (Red+Green+Blue) = 228+208+254=690 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.04% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4D0FE is #1B2F01. Grayscale: #DBDBDB. Windows color (decimal): -1781506 or 16699620. OLE color: 16699620.
HSL color Cylindrical-coordinate representation of color #E4D0FE: hue angle of 266.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4D0FE is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 208 | 254 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.00 |
| HSL | 266.09º | 0.96% | 0.91% | - |
| HSV(B) | 266.09º | 0.18% | 1% | - |
| XYZ | 72.44 | 68.76 | 103.22 | - |
| YUV | 219.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 208 | 254 | 0.10 | 0.18 | 0 | 0.00 | 266.09 | 0.96 | 0.91 |
| Hex | E4 | D0 | FE | A | 12 | 0 | 0 | 10A | 60 | 5B |
| Octal | 344 | 320 | 376 | 12 | 22 | 0 | 0 | 412 | 140 | 133 |
| Binary | 11100100 | 11010000 | 11111110 | 1010 | 10010 | 0 | 0 | 100001010 | 1100000 | 1011011 |
Color Harmonies of #E4D0FE
Complementary color
Monochromatic Colors of #E4D0FE
Black with #E4D0FE
Text Example
Text Example
White with #E4D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D0FE; }
p { color: rgb(228,208,254); }
H1.HeaderClassName
{
color: #E4D0FE;
}
.AnyTagClassName
{
color: #E4D0FE;
}
</style>
background-color css
<style>
a { background-color: #E4D0FE; }
a { background-color: rgb(228,208,254); }
div.DivClassName
{
background-color: #E4D0FE;
}
.BgClassName
{
background-color: #E4D0FE;
}
</style>
border-color css
<style>
span { border-color: #E4D0FE; }
span { border-color: rgb(228,208,254); }
td.TdClassName
{
border-color: #E4D0FE;
}
.TagClassName
{
border-color: #E4D0FE;
}
</style>