Shades of Fog #E0CCF4
Tints of Fog #E0CCF4
RGB
CMYK
RGB Variations
Color information
#E0CCF4 (or 0xE0CCF4) is known color: Fog. HEX triplet: E0, CC and F4. RGB value is (224,204,244). Sum of RGB (Red+Green+Blue) = 224+204+244=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0CCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCF4 is #1F330B. Grayscale: #D6D6D6. Windows color (decimal): -2044684 or 16043232. OLE color: 16043232.
HSL color Cylindrical-coordinate representation of color #E0CCF4: hue angle of 270º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0CCF4 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 204 | 244 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.04 |
| HSL | 270º | 0.65% | 0.88% | - |
| HSV(B) | 270º | 0.16% | 0.96% | - |
| XYZ | 68.66 | 65.56 | 94.62 | - |
| YUV | 214.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 244 | 0.08 | 0.16 | 0 | 0.04 | 270 | 0.65 | 0.88 |
| Hex | E0 | CC | F4 | 8 | 10 | 0 | 4 | 10E | 41 | 58 |
| Octal | 340 | 314 | 364 | 10 | 20 | 0 | 4 | 416 | 101 | 130 |
| Binary | 11100000 | 11001100 | 11110100 | 1000 | 10000 | 0 | 100 | 100001110 | 1000001 | 1011000 |
Color Harmonies of #E0CCF4
Complementary color
Monochromatic Colors of #E0CCF4
Black with #E0CCF4
Text Example
Text Example
White with #E0CCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCF4; }
p { color: rgb(224,204,244); }
H1.HeaderClassName
{
color: #E0CCF4;
}
.AnyTagClassName
{
color: #E0CCF4;
}
</style>
background-color css
<style>
a { background-color: #E0CCF4; }
a { background-color: rgb(224,204,244); }
div.DivClassName
{
background-color: #E0CCF4;
}
.BgClassName
{
background-color: #E0CCF4;
}
</style>
border-color css
<style>
span { border-color: #E0CCF4; }
span { border-color: rgb(224,204,244); }
td.TdClassName
{
border-color: #E0CCF4;
}
.TagClassName
{
border-color: #E0CCF4;
}
</style>