Shades of Fog #E0CEF2
Tints of Fog #E0CEF2
RGB
CMYK
RGB Variations
Color information
#E0CEF2 (or 0xE0CEF2) is known color: Fog. HEX triplet: E0, CE and F2. RGB value is (224,206,242). Sum of RGB (Red+Green+Blue) = 224+206+242=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEF2 is #1F310D. Grayscale: #D7D7D7. Windows color (decimal): -2044174 or 15912672. OLE color: 15912672.
HSL color Cylindrical-coordinate representation of color #E0CEF2: hue angle of 270º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0CEF2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 206 | 242 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 270º | 0.58% | 0.88% | - |
| HSV(B) | 270º | 0.15% | 0.95% | - |
| XYZ | 68.84 | 66.4 | 93.19 | - |
| YUV | 215.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 242 | 0.07 | 0.15 | 0 | 0.05 | 270 | 0.58 | 0.88 |
| Hex | E0 | CE | F2 | 7 | F | 0 | 5 | 10E | 3A | 58 |
| Octal | 340 | 316 | 362 | 7 | 17 | 0 | 5 | 416 | 72 | 130 |
| Binary | 11100000 | 11001110 | 11110010 | 111 | 1111 | 0 | 101 | 100001110 | 111010 | 1011000 |
Color Harmonies of #E0CEF2
Complementary color
Monochromatic Colors of #E0CEF2
Black with #E0CEF2
Text Example
Text Example
White with #E0CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEF2; }
p { color: rgb(224,206,242); }
H1.HeaderClassName
{
color: #E0CEF2;
}
.AnyTagClassName
{
color: #E0CEF2;
}
</style>
background-color css
<style>
a { background-color: #E0CEF2; }
a { background-color: rgb(224,206,242); }
div.DivClassName
{
background-color: #E0CEF2;
}
.BgClassName
{
background-color: #E0CEF2;
}
</style>
border-color css
<style>
span { border-color: #E0CEF2; }
span { border-color: rgb(224,206,242); }
td.TdClassName
{
border-color: #E0CEF2;
}
.TagClassName
{
border-color: #E0CEF2;
}
</style>