Shades of Fog #E0CBFA
Tints of Fog #E0CBFA
RGB
CMYK
RGB Variations
Color information
#E0CBFA (or 0xE0CBFA) is known color: Fog. HEX triplet: E0, CB and FA. RGB value is (224,203,250). Sum of RGB (Red+Green+Blue) = 224+203+250=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBFA is #1F3405. Grayscale: #D6D6D6. Windows color (decimal): -2044934 or 16436192. OLE color: 16436192.
HSL color Cylindrical-coordinate representation of color #E0CBFA: hue angle of 266.81º 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 #E0CBFA is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 203 | 250 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.02 |
| HSL | 266.81º | 0.82% | 0.89% | - |
| HSV(B) | 266.81º | 0.19% | 0.98% | - |
| XYZ | 69.35 | 65.46 | 99.42 | - |
| YUV | 214.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 250 | 0.10 | 0.19 | 0 | 0.02 | 266.81 | 0.82 | 0.89 |
| Hex | E0 | CB | FA | A | 13 | 0 | 2 | 10B | 52 | 59 |
| Octal | 340 | 313 | 372 | 12 | 23 | 0 | 2 | 413 | 122 | 131 |
| Binary | 11100000 | 11001011 | 11111010 | 1010 | 10011 | 0 | 10 | 100001011 | 1010010 | 1011001 |
Color Harmonies of #E0CBFA
Complementary color
Monochromatic Colors of #E0CBFA
Black with #E0CBFA
Text Example
Text Example
White with #E0CBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBFA; }
p { color: rgb(224,203,250); }
H1.HeaderClassName
{
color: #E0CBFA;
}
.AnyTagClassName
{
color: #E0CBFA;
}
</style>
background-color css
<style>
a { background-color: #E0CBFA; }
a { background-color: rgb(224,203,250); }
div.DivClassName
{
background-color: #E0CBFA;
}
.BgClassName
{
background-color: #E0CBFA;
}
</style>
border-color css
<style>
span { border-color: #E0CBFA; }
span { border-color: rgb(224,203,250); }
td.TdClassName
{
border-color: #E0CBFA;
}
.TagClassName
{
border-color: #E0CBFA;
}
</style>