Shades of Fog #E3CBFC
Tints of Fog #E3CBFC
RGB
CMYK
RGB Variations
Color information
#E3CBFC (or 0xE3CBFC) is known color: Fog. HEX triplet: E3, CB and FC. RGB value is (227,203,252). Sum of RGB (Red+Green+Blue) = 227+203+252=682 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.28% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CBFC is #1C3403. Grayscale: #D7D7D7. Windows color (decimal): -1848324 or 16567267. OLE color: 16567267.
HSL color Cylindrical-coordinate representation of color #E3CBFC: hue angle of 269.39º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3CBFC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 203 | 252 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.01 |
| HSL | 269.39º | 0.89% | 0.89% | - |
| HSV(B) | 269.39º | 0.19% | 0.99% | - |
| XYZ | 70.61 | 66.07 | 101.13 | - |
| YUV | 215.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 252 | 0.10 | 0.19 | 0 | 0.01 | 269.39 | 0.89 | 0.89 |
| Hex | E3 | CB | FC | A | 13 | 0 | 1 | 10D | 59 | 59 |
| Octal | 343 | 313 | 374 | 12 | 23 | 0 | 1 | 415 | 131 | 131 |
| Binary | 11100011 | 11001011 | 11111100 | 1010 | 10011 | 0 | 1 | 100001101 | 1011001 | 1011001 |
Color Harmonies of #E3CBFC
Complementary color
Monochromatic Colors of #E3CBFC
Black with #E3CBFC
Text Example
Text Example
White with #E3CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBFC; }
p { color: rgb(227,203,252); }
H1.HeaderClassName
{
color: #E3CBFC;
}
.AnyTagClassName
{
color: #E3CBFC;
}
</style>
background-color css
<style>
a { background-color: #E3CBFC; }
a { background-color: rgb(227,203,252); }
div.DivClassName
{
background-color: #E3CBFC;
}
.BgClassName
{
background-color: #E3CBFC;
}
</style>
border-color css
<style>
span { border-color: #E3CBFC; }
span { border-color: rgb(227,203,252); }
td.TdClassName
{
border-color: #E3CBFC;
}
.TagClassName
{
border-color: #E3CBFC;
}
</style>