Shades of Fog #E0CBFC
Tints of Fog #E0CBFC
RGB
CMYK
RGB Variations
Color information
#E0CBFC (or 0xE0CBFC) is known color: Fog. HEX triplet: E0, CB and FC. RGB value is (224,203,252). Sum of RGB (Red+Green+Blue) = 224+203+252=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBFC is #1F3403. Grayscale: #D6D6D6. Windows color (decimal): -2044932 or 16567264. OLE color: 16567264.
HSL color Cylindrical-coordinate representation of color #E0CBFC: hue angle of 265.71º 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 #E0CBFC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 203 | 252 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.01 |
| HSL | 265.71º | 0.89% | 0.89% | - |
| HSV(B) | 265.71º | 0.19% | 0.99% | - |
| XYZ | 69.67 | 65.59 | 101.08 | - |
| YUV | 214.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 252 | 0.11 | 0.19 | 0 | 0.01 | 265.71 | 0.89 | 0.89 |
| Hex | E0 | CB | FC | B | 13 | 0 | 1 | 10A | 59 | 59 |
| Octal | 340 | 313 | 374 | 13 | 23 | 0 | 1 | 412 | 131 | 131 |
| Binary | 11100000 | 11001011 | 11111100 | 1011 | 10011 | 0 | 1 | 100001010 | 1011001 | 1011001 |
Color Harmonies of #E0CBFC
Complementary color
Monochromatic Colors of #E0CBFC
Black with #E0CBFC
Text Example
Text Example
White with #E0CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBFC; }
p { color: rgb(224,203,252); }
H1.HeaderClassName
{
color: #E0CBFC;
}
.AnyTagClassName
{
color: #E0CBFC;
}
</style>
background-color css
<style>
a { background-color: #E0CBFC; }
a { background-color: rgb(224,203,252); }
div.DivClassName
{
background-color: #E0CBFC;
}
.BgClassName
{
background-color: #E0CBFC;
}
</style>
border-color css
<style>
span { border-color: #E0CBFC; }
span { border-color: rgb(224,203,252); }
td.TdClassName
{
border-color: #E0CBFC;
}
.TagClassName
{
border-color: #E0CBFC;
}
</style>