Shades of Fog #E0C4F3
Tints of Fog #E0C4F3
RGB
CMYK
RGB Variations
Color information
#E0C4F3 (or 0xE0C4F3) is known color: Fog. HEX triplet: E0, C4 and F3. RGB value is (224,196,243). Sum of RGB (Red+Green+Blue) = 224+196+243=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 196 (76.95% from 255 or 29.56% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0C4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C4F3 is #1F3B0C. Grayscale: #D1D1D1. Windows color (decimal): -2046733 or 15975648. OLE color: 15975648.
HSL color Cylindrical-coordinate representation of color #E0C4F3: hue angle of 275.74º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0C4F3 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 196 | 243 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.05 |
| HSL | 275.74º | 0.66% | 0.86% | - |
| HSV(B) | 275.74º | 0.19% | 0.95% | - |
| XYZ | 66.66 | 61.8 | 93.21 | - |
| YUV | 209.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 243 | 0.08 | 0.19 | 0 | 0.05 | 275.74 | 0.66 | 0.86 |
| Hex | E0 | C4 | F3 | 8 | 13 | 0 | 5 | 114 | 42 | 56 |
| Octal | 340 | 304 | 363 | 10 | 23 | 0 | 5 | 424 | 102 | 126 |
| Binary | 11100000 | 11000100 | 11110011 | 1000 | 10011 | 0 | 101 | 100010100 | 1000010 | 1010110 |
Color Harmonies of #E0C4F3
Complementary color
Monochromatic Colors of #E0C4F3
Black with #E0C4F3
Text Example
Text Example
White with #E0C4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C4F3; }
p { color: rgb(224,196,243); }
H1.HeaderClassName
{
color: #E0C4F3;
}
.AnyTagClassName
{
color: #E0C4F3;
}
</style>
background-color css
<style>
a { background-color: #E0C4F3; }
a { background-color: rgb(224,196,243); }
div.DivClassName
{
background-color: #E0C4F3;
}
.BgClassName
{
background-color: #E0C4F3;
}
</style>
border-color css
<style>
span { border-color: #E0C4F3; }
span { border-color: rgb(224,196,243); }
td.TdClassName
{
border-color: #E0C4F3;
}
.TagClassName
{
border-color: #E0C4F3;
}
</style>