Shades of Fog #E3CBFE
Tints of Fog #E3CBFE
RGB
CMYK
RGB Variations
Color information
#E3CBFE (or 0xE3CBFE) is known color: Fog. HEX triplet: E3, CB and FE. RGB value is (227,203,254). Sum of RGB (Red+Green+Blue) = 227+203+254=684 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.19% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBFE is #1C3401. Grayscale: #D7D7D7. Windows color (decimal): -1848322 or 16698339. OLE color: 16698339.
HSL color Cylindrical-coordinate representation of color #E3CBFE: hue angle of 268.24º 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 #E3CBFE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 203 | 254 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.00 |
| HSL | 268.24º | 0.96% | 0.9% | - |
| HSV(B) | 268.24º | 0.2% | 1% | - |
| XYZ | 70.92 | 66.2 | 102.81 | - |
| YUV | 215.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 254 | 0.11 | 0.20 | 0 | 0.00 | 268.24 | 0.96 | 0.9 |
| Hex | E3 | CB | FE | B | 14 | 0 | 0 | 10C | 60 | 5A |
| Octal | 343 | 313 | 376 | 13 | 24 | 0 | 0 | 414 | 140 | 132 |
| Binary | 11100011 | 11001011 | 11111110 | 1011 | 10100 | 0 | 0 | 100001100 | 1100000 | 1011010 |
Color Harmonies of #E3CBFE
Complementary color
Monochromatic Colors of #E3CBFE
Black with #E3CBFE
Text Example
Text Example
White with #E3CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBFE; }
p { color: rgb(227,203,254); }
H1.HeaderClassName
{
color: #E3CBFE;
}
.AnyTagClassName
{
color: #E3CBFE;
}
</style>
background-color css
<style>
a { background-color: #E3CBFE; }
a { background-color: rgb(227,203,254); }
div.DivClassName
{
background-color: #E3CBFE;
}
.BgClassName
{
background-color: #E3CBFE;
}
</style>
border-color css
<style>
span { border-color: #E3CBFE; }
span { border-color: rgb(227,203,254); }
td.TdClassName
{
border-color: #E3CBFE;
}
.TagClassName
{
border-color: #E3CBFE;
}
</style>