Shades of Fog #E1CEFE
Tints of Fog #E1CEFE
RGB
CMYK
RGB Variations
Color information
#E1CEFE (or 0xE1CEFE) is known color: Fog. HEX triplet: E1, CE and FE. RGB value is (225,206,254). Sum of RGB (Red+Green+Blue) = 225+206+254=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEFE is #1E3101. Grayscale: #D8D8D8. Windows color (decimal): -1978626 or 16699105. OLE color: 16699105.
HSL color Cylindrical-coordinate representation of color #E1CEFE: hue angle of 263.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 #E1CEFE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 206 | 254 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.00 |
| HSL | 263.75º | 0.96% | 0.9% | - |
| HSV(B) | 263.75º | 0.19% | 1% | - |
| XYZ | 71.01 | 67.31 | 103.01 | - |
| YUV | 217.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 254 | 0.11 | 0.19 | 0 | 0.00 | 263.75 | 0.96 | 0.9 |
| Hex | E1 | CE | FE | B | 13 | 0 | 0 | 108 | 60 | 5A |
| Octal | 341 | 316 | 376 | 13 | 23 | 0 | 0 | 410 | 140 | 132 |
| Binary | 11100001 | 11001110 | 11111110 | 1011 | 10011 | 0 | 0 | 100001000 | 1100000 | 1011010 |
Color Harmonies of #E1CEFE
Complementary color
Monochromatic Colors of #E1CEFE
Black with #E1CEFE
Text Example
Text Example
White with #E1CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEFE; }
p { color: rgb(225,206,254); }
H1.HeaderClassName
{
color: #E1CEFE;
}
.AnyTagClassName
{
color: #E1CEFE;
}
</style>
background-color css
<style>
a { background-color: #E1CEFE; }
a { background-color: rgb(225,206,254); }
div.DivClassName
{
background-color: #E1CEFE;
}
.BgClassName
{
background-color: #E1CEFE;
}
</style>
border-color css
<style>
span { border-color: #E1CEFE; }
span { border-color: rgb(225,206,254); }
td.TdClassName
{
border-color: #E1CEFE;
}
.TagClassName
{
border-color: #E1CEFE;
}
</style>