Shades of Fog #E1CEF5
Tints of Fog #E1CEF5
RGB
CMYK
RGB Variations
Color information
#E1CEF5 (or 0xE1CEF5) is known color: Fog. HEX triplet: E1, CE and F5. RGB value is (225,206,245). Sum of RGB (Red+Green+Blue) = 225+206+245=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 245 - color contains mainly: blue. Hex color #E1CEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEF5 is #1E310A. Grayscale: #D7D7D7. Windows color (decimal): -1978635 or 16109281. OLE color: 16109281.
HSL color Cylindrical-coordinate representation of color #E1CEF5: hue angle of 269.23º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CEF5 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 206 | 245 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.04 |
| HSL | 269.23º | 0.66% | 0.88% | - |
| HSV(B) | 269.23º | 0.16% | 0.96% | - |
| XYZ | 69.6 | 66.74 | 95.6 | - |
| YUV | 216.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 245 | 0.08 | 0.16 | 0 | 0.04 | 269.23 | 0.66 | 0.88 |
| Hex | E1 | CE | F5 | 8 | 10 | 0 | 4 | 10D | 42 | 58 |
| Octal | 341 | 316 | 365 | 10 | 20 | 0 | 4 | 415 | 102 | 130 |
| Binary | 11100001 | 11001110 | 11110101 | 1000 | 10000 | 0 | 100 | 100001101 | 1000010 | 1011000 |
Color Harmonies of #E1CEF5
Complementary color
Monochromatic Colors of #E1CEF5
Black with #E1CEF5
Text Example
Text Example
White with #E1CEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEF5; }
p { color: rgb(225,206,245); }
H1.HeaderClassName
{
color: #E1CEF5;
}
.AnyTagClassName
{
color: #E1CEF5;
}
</style>
background-color css
<style>
a { background-color: #E1CEF5; }
a { background-color: rgb(225,206,245); }
div.DivClassName
{
background-color: #E1CEF5;
}
.BgClassName
{
background-color: #E1CEF5;
}
</style>
border-color css
<style>
span { border-color: #E1CEF5; }
span { border-color: rgb(225,206,245); }
td.TdClassName
{
border-color: #E1CEF5;
}
.TagClassName
{
border-color: #E1CEF5;
}
</style>