Shades of Fog #E1CEFB
Tints of Fog #E1CEFB
RGB
CMYK
RGB Variations
Color information
#E1CEFB (or 0xE1CEFB) is known color: Fog. HEX triplet: E1, CE and FB. RGB value is (225,206,251). Sum of RGB (Red+Green+Blue) = 225+206+251=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CEFB is #1E3104. Grayscale: #D8D8D8. Windows color (decimal): -1978629 or 16502497. OLE color: 16502497.
HSL color Cylindrical-coordinate representation of color #E1CEFB: hue angle of 265.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1CEFB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 206 | 251 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.02 |
| HSL | 265.33º | 0.85% | 0.9% | - |
| HSV(B) | 265.33º | 0.18% | 0.98% | - |
| XYZ | 70.54 | 67.12 | 100.5 | - |
| YUV | 216.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 251 | 0.10 | 0.18 | 0 | 0.02 | 265.33 | 0.85 | 0.9 |
| Hex | E1 | CE | FB | A | 12 | 0 | 2 | 109 | 55 | 5A |
| Octal | 341 | 316 | 373 | 12 | 22 | 0 | 2 | 411 | 125 | 132 |
| Binary | 11100001 | 11001110 | 11111011 | 1010 | 10010 | 0 | 10 | 100001001 | 1010101 | 1011010 |
Color Harmonies of #E1CEFB
Complementary color
Monochromatic Colors of #E1CEFB
Black with #E1CEFB
Text Example
Text Example
White with #E1CEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEFB; }
p { color: rgb(225,206,251); }
H1.HeaderClassName
{
color: #E1CEFB;
}
.AnyTagClassName
{
color: #E1CEFB;
}
</style>
background-color css
<style>
a { background-color: #E1CEFB; }
a { background-color: rgb(225,206,251); }
div.DivClassName
{
background-color: #E1CEFB;
}
.BgClassName
{
background-color: #E1CEFB;
}
</style>
border-color css
<style>
span { border-color: #E1CEFB; }
span { border-color: rgb(225,206,251); }
td.TdClassName
{
border-color: #E1CEFB;
}
.TagClassName
{
border-color: #E1CEFB;
}
</style>