Shades of Fog #E0CBF4
Tints of Fog #E0CBF4
RGB
CMYK
RGB Variations
Color information
#E0CBF4 (or 0xE0CBF4) is known color: Fog. HEX triplet: E0, CB and F4. RGB value is (224,203,244). Sum of RGB (Red+Green+Blue) = 224+203+244=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0CBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBF4 is #1F340B. Grayscale: #D5D5D5. Windows color (decimal): -2044940 or 16042976. OLE color: 16042976.
HSL color Cylindrical-coordinate representation of color #E0CBF4: hue angle of 270.73º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0CBF4 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 203 | 244 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.04 |
| HSL | 270.73º | 0.65% | 0.88% | - |
| HSV(B) | 270.73º | 0.17% | 0.96% | - |
| XYZ | 68.43 | 65.09 | 94.55 | - |
| YUV | 213.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 244 | 0.08 | 0.17 | 0 | 0.04 | 270.73 | 0.65 | 0.88 |
| Hex | E0 | CB | F4 | 8 | 11 | 0 | 4 | 10F | 41 | 58 |
| Octal | 340 | 313 | 364 | 10 | 21 | 0 | 4 | 417 | 101 | 130 |
| Binary | 11100000 | 11001011 | 11110100 | 1000 | 10001 | 0 | 100 | 100001111 | 1000001 | 1011000 |
Color Harmonies of #E0CBF4
Complementary color
Monochromatic Colors of #E0CBF4
Black with #E0CBF4
Text Example
Text Example
White with #E0CBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBF4; }
p { color: rgb(224,203,244); }
H1.HeaderClassName
{
color: #E0CBF4;
}
.AnyTagClassName
{
color: #E0CBF4;
}
</style>
background-color css
<style>
a { background-color: #E0CBF4; }
a { background-color: rgb(224,203,244); }
div.DivClassName
{
background-color: #E0CBF4;
}
.BgClassName
{
background-color: #E0CBF4;
}
</style>
border-color css
<style>
span { border-color: #E0CBF4; }
span { border-color: rgb(224,203,244); }
td.TdClassName
{
border-color: #E0CBF4;
}
.TagClassName
{
border-color: #E0CBF4;
}
</style>