Shades of Fog #E0CEFD
Tints of Fog #E0CEFD
RGB
CMYK
RGB Variations
Color information
#E0CEFD (or 0xE0CEFD) is known color: Fog. HEX triplet: E0, CE and FD. RGB value is (224,206,253). Sum of RGB (Red+Green+Blue) = 224+206+253=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEFD is #1F3102. Grayscale: #D8D8D8. Windows color (decimal): -2044163 or 16633568. OLE color: 16633568.
HSL color Cylindrical-coordinate representation of color #E0CEFD: hue angle of 262.98º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E0CEFD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 206 | 253 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.01 |
| HSL | 262.98º | 0.92% | 0.9% | - |
| HSV(B) | 262.98º | 0.19% | 0.99% | - |
| XYZ | 70.54 | 67.08 | 102.16 | - |
| YUV | 216.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 253 | 0.11 | 0.19 | 0 | 0.01 | 262.98 | 0.92 | 0.9 |
| Hex | E0 | CE | FD | B | 13 | 0 | 1 | 107 | 5C | 5A |
| Octal | 340 | 316 | 375 | 13 | 23 | 0 | 1 | 407 | 134 | 132 |
| Binary | 11100000 | 11001110 | 11111101 | 1011 | 10011 | 0 | 1 | 100000111 | 1011100 | 1011010 |
Color Harmonies of #E0CEFD
Complementary color
Monochromatic Colors of #E0CEFD
Black with #E0CEFD
Text Example
Text Example
White with #E0CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CEFD; }
p { color: rgb(224,206,253); }
H1.HeaderClassName
{
color: #E0CEFD;
}
.AnyTagClassName
{
color: #E0CEFD;
}
</style>
background-color css
<style>
a { background-color: #E0CEFD; }
a { background-color: rgb(224,206,253); }
div.DivClassName
{
background-color: #E0CEFD;
}
.BgClassName
{
background-color: #E0CEFD;
}
</style>
border-color css
<style>
span { border-color: #E0CEFD; }
span { border-color: rgb(224,206,253); }
td.TdClassName
{
border-color: #E0CEFD;
}
.TagClassName
{
border-color: #E0CEFD;
}
</style>