Shades of Fog #E5CEFE
Tints of Fog #E5CEFE
RGB
CMYK
RGB Variations
Color information
#E5CEFE (or 0xE5CEFE) is known color: Fog. HEX triplet: E5, CE and FE. RGB value is (229,206,254). Sum of RGB (Red+Green+Blue) = 229+206+254=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEFE is #1A3101. Grayscale: #DADADA. Windows color (decimal): -1716482 or 16699109. OLE color: 16699109.
HSL color Cylindrical-coordinate representation of color #E5CEFE: hue angle of 268.75º 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 #E5CEFE is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 206 | 254 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.00 |
| HSL | 268.75º | 0.96% | 0.9% | - |
| HSV(B) | 268.75º | 0.19% | 1% | - |
| XYZ | 72.27 | 67.96 | 103.07 | - |
| YUV | 218.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 254 | 0.10 | 0.19 | 0 | 0.00 | 268.75 | 0.96 | 0.9 |
| Hex | E5 | CE | FE | A | 13 | 0 | 0 | 10D | 60 | 5A |
| Octal | 345 | 316 | 376 | 12 | 23 | 0 | 0 | 415 | 140 | 132 |
| Binary | 11100101 | 11001110 | 11111110 | 1010 | 10011 | 0 | 0 | 100001101 | 1100000 | 1011010 |
Color Harmonies of #E5CEFE
Complementary color
Monochromatic Colors of #E5CEFE
Black with #E5CEFE
Text Example
Text Example
White with #E5CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEFE; }
p { color: rgb(229,206,254); }
H1.HeaderClassName
{
color: #E5CEFE;
}
.AnyTagClassName
{
color: #E5CEFE;
}
</style>
background-color css
<style>
a { background-color: #E5CEFE; }
a { background-color: rgb(229,206,254); }
div.DivClassName
{
background-color: #E5CEFE;
}
.BgClassName
{
background-color: #E5CEFE;
}
</style>
border-color css
<style>
span { border-color: #E5CEFE; }
span { border-color: rgb(229,206,254); }
td.TdClassName
{
border-color: #E5CEFE;
}
.TagClassName
{
border-color: #E5CEFE;
}
</style>