Shades of Fog #E3CBFA
Tints of Fog #E3CBFA
RGB
CMYK
RGB Variations
Color information
#E3CBFA (or 0xE3CBFA) is known color: Fog. HEX triplet: E3, CB and FA. RGB value is (227,203,250). Sum of RGB (Red+Green+Blue) = 227+203+250=680 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.38% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBFA is #1C3405. Grayscale: #D7D7D7. Windows color (decimal): -1848326 or 16436195. OLE color: 16436195.
HSL color Cylindrical-coordinate representation of color #E3CBFA: hue angle of 270.64º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3CBFA is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 203 | 250 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.02 |
| HSL | 270.64º | 0.82% | 0.89% | - |
| HSV(B) | 270.64º | 0.19% | 0.98% | - |
| XYZ | 70.29 | 65.94 | 99.47 | - |
| YUV | 215.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 250 | 0.09 | 0.19 | 0 | 0.02 | 270.64 | 0.82 | 0.89 |
| Hex | E3 | CB | FA | 9 | 13 | 0 | 2 | 10F | 52 | 59 |
| Octal | 343 | 313 | 372 | 11 | 23 | 0 | 2 | 417 | 122 | 131 |
| Binary | 11100011 | 11001011 | 11111010 | 1001 | 10011 | 0 | 10 | 100001111 | 1010010 | 1011001 |
Color Harmonies of #E3CBFA
Complementary color
Monochromatic Colors of #E3CBFA
Black with #E3CBFA
Text Example
Text Example
White with #E3CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBFA; }
p { color: rgb(227,203,250); }
H1.HeaderClassName
{
color: #E3CBFA;
}
.AnyTagClassName
{
color: #E3CBFA;
}
</style>
background-color css
<style>
a { background-color: #E3CBFA; }
a { background-color: rgb(227,203,250); }
div.DivClassName
{
background-color: #E3CBFA;
}
.BgClassName
{
background-color: #E3CBFA;
}
</style>
border-color css
<style>
span { border-color: #E3CBFA; }
span { border-color: rgb(227,203,250); }
td.TdClassName
{
border-color: #E3CBFA;
}
.TagClassName
{
border-color: #E3CBFA;
}
</style>