Shades of Fog #E1CBFE
Tints of Fog #E1CBFE
RGB
CMYK
RGB Variations
Color information
#E1CBFE (or 0xE1CBFE) is known color: Fog. HEX triplet: E1, CB and FE. RGB value is (225,203,254). Sum of RGB (Red+Green+Blue) = 225+203+254=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBFE is #1E3401. Grayscale: #D7D7D7. Windows color (decimal): -1979394 or 16698337. OLE color: 16698337.
HSL color Cylindrical-coordinate representation of color #E1CBFE: hue angle of 265.88º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1CBFE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 203 | 254 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.00 |
| HSL | 265.88º | 0.96% | 0.9% | - |
| HSV(B) | 265.88º | 0.2% | 1% | - |
| XYZ | 70.3 | 65.88 | 102.78 | - |
| YUV | 215.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 254 | 0.11 | 0.20 | 0 | 0.00 | 265.88 | 0.96 | 0.9 |
| Hex | E1 | CB | FE | B | 14 | 0 | 0 | 10A | 60 | 5A |
| Octal | 341 | 313 | 376 | 13 | 24 | 0 | 0 | 412 | 140 | 132 |
| Binary | 11100001 | 11001011 | 11111110 | 1011 | 10100 | 0 | 0 | 100001010 | 1100000 | 1011010 |
Color Harmonies of #E1CBFE
Complementary color
Monochromatic Colors of #E1CBFE
Black with #E1CBFE
Text Example
Text Example
White with #E1CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBFE; }
p { color: rgb(225,203,254); }
H1.HeaderClassName
{
color: #E1CBFE;
}
.AnyTagClassName
{
color: #E1CBFE;
}
</style>
background-color css
<style>
a { background-color: #E1CBFE; }
a { background-color: rgb(225,203,254); }
div.DivClassName
{
background-color: #E1CBFE;
}
.BgClassName
{
background-color: #E1CBFE;
}
</style>
border-color css
<style>
span { border-color: #E1CBFE; }
span { border-color: rgb(225,203,254); }
td.TdClassName
{
border-color: #E1CBFE;
}
.TagClassName
{
border-color: #E1CBFE;
}
</style>