Shades of Fog #E4CEFD
Tints of Fog #E4CEFD
RGB
CMYK
RGB Variations
Color information
#E4CEFD (or 0xE4CEFD) is known color: Fog. HEX triplet: E4, CE and FD. RGB value is (228,206,253). Sum of RGB (Red+Green+Blue) = 228+206+253=687 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.19% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEFD is #1B3102. Grayscale: #D9D9D9. Windows color (decimal): -1782019 or 16633572. OLE color: 16633572.
HSL color Cylindrical-coordinate representation of color #E4CEFD: hue angle of 268.09º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4CEFD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 206 | 253 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.01 |
| HSL | 268.09º | 0.92% | 0.9% | - |
| HSV(B) | 268.09º | 0.19% | 0.99% | - |
| XYZ | 71.8 | 67.73 | 102.22 | - |
| YUV | 217.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 253 | 0.10 | 0.19 | 0 | 0.01 | 268.09 | 0.92 | 0.9 |
| Hex | E4 | CE | FD | A | 13 | 0 | 1 | 10C | 5C | 5A |
| Octal | 344 | 316 | 375 | 12 | 23 | 0 | 1 | 414 | 134 | 132 |
| Binary | 11100100 | 11001110 | 11111101 | 1010 | 10011 | 0 | 1 | 100001100 | 1011100 | 1011010 |
Color Harmonies of #E4CEFD
Complementary color
Monochromatic Colors of #E4CEFD
Black with #E4CEFD
Text Example
Text Example
White with #E4CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CEFD; }
p { color: rgb(228,206,253); }
H1.HeaderClassName
{
color: #E4CEFD;
}
.AnyTagClassName
{
color: #E4CEFD;
}
</style>
background-color css
<style>
a { background-color: #E4CEFD; }
a { background-color: rgb(228,206,253); }
div.DivClassName
{
background-color: #E4CEFD;
}
.BgClassName
{
background-color: #E4CEFD;
}
</style>
border-color css
<style>
span { border-color: #E4CEFD; }
span { border-color: rgb(228,206,253); }
td.TdClassName
{
border-color: #E4CEFD;
}
.TagClassName
{
border-color: #E4CEFD;
}
</style>