Shades of Fog #E4CEFE
Tints of Fog #E4CEFE
RGB
CMYK
RGB Variations
Color information
#E4CEFE (or 0xE4CEFE) is known color: Fog. HEX triplet: E4, CE and FE. RGB value is (228,206,254). Sum of RGB (Red+Green+Blue) = 228+206+254=688 (91% of max value = 765). Red value is 228 (89.45% from 255 or 33.14% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEFE is #1B3101. Grayscale: #D9D9D9. Windows color (decimal): -1782018 or 16699108. OLE color: 16699108.
HSL color Cylindrical-coordinate representation of color #E4CEFE: hue angle of 267.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4CEFE is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 206 | 254 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.00 |
| HSL | 267.5º | 0.96% | 0.9% | - |
| HSV(B) | 267.5º | 0.19% | 1% | - |
| XYZ | 71.96 | 67.79 | 103.06 | - |
| YUV | 218.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 254 | 0.10 | 0.19 | 0 | 0.00 | 267.5 | 0.96 | 0.9 |
| Hex | E4 | CE | FE | A | 13 | 0 | 0 | 10C | 60 | 5A |
| Octal | 344 | 316 | 376 | 12 | 23 | 0 | 0 | 414 | 140 | 132 |
| Binary | 11100100 | 11001110 | 11111110 | 1010 | 10011 | 0 | 0 | 100001100 | 1100000 | 1011010 |
Color Harmonies of #E4CEFE
Complementary color
Monochromatic Colors of #E4CEFE
Black with #E4CEFE
Text Example
Text Example
White with #E4CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CEFE; }
p { color: rgb(228,206,254); }
H1.HeaderClassName
{
color: #E4CEFE;
}
.AnyTagClassName
{
color: #E4CEFE;
}
</style>
background-color css
<style>
a { background-color: #E4CEFE; }
a { background-color: rgb(228,206,254); }
div.DivClassName
{
background-color: #E4CEFE;
}
.BgClassName
{
background-color: #E4CEFE;
}
</style>
border-color css
<style>
span { border-color: #E4CEFE; }
span { border-color: rgb(228,206,254); }
td.TdClassName
{
border-color: #E4CEFE;
}
.TagClassName
{
border-color: #E4CEFE;
}
</style>