Shades of Fog #E0CDF2
Tints of Fog #E0CDF2
RGB
CMYK
RGB Variations
Color information
#E0CDF2 (or 0xE0CDF2) is known color: Fog. HEX triplet: E0, CD and F2. RGB value is (224,205,242). Sum of RGB (Red+Green+Blue) = 224+205+242=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #E0CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDF2 is #1F320D. Grayscale: #D6D6D6. Windows color (decimal): -2044430 or 15912416. OLE color: 15912416.
HSL color Cylindrical-coordinate representation of color #E0CDF2: hue angle of 270.81º degrees, saturation: 0.59, 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 #E0CDF2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 205 | 242 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.05 |
| HSL | 270.81º | 0.59% | 0.88% | - |
| HSV(B) | 270.81º | 0.15% | 0.95% | - |
| XYZ | 68.6 | 65.92 | 93.11 | - |
| YUV | 214.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 242 | 0.07 | 0.15 | 0 | 0.05 | 270.81 | 0.59 | 0.88 |
| Hex | E0 | CD | F2 | 7 | F | 0 | 5 | 10F | 3B | 58 |
| Octal | 340 | 315 | 362 | 7 | 17 | 0 | 5 | 417 | 73 | 130 |
| Binary | 11100000 | 11001101 | 11110010 | 111 | 1111 | 0 | 101 | 100001111 | 111011 | 1011000 |
Color Harmonies of #E0CDF2
Complementary color
Monochromatic Colors of #E0CDF2
Black with #E0CDF2
Text Example
Text Example
White with #E0CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDF2; }
p { color: rgb(224,205,242); }
H1.HeaderClassName
{
color: #E0CDF2;
}
.AnyTagClassName
{
color: #E0CDF2;
}
</style>
background-color css
<style>
a { background-color: #E0CDF2; }
a { background-color: rgb(224,205,242); }
div.DivClassName
{
background-color: #E0CDF2;
}
.BgClassName
{
background-color: #E0CDF2;
}
</style>
border-color css
<style>
span { border-color: #E0CDF2; }
span { border-color: rgb(224,205,242); }
td.TdClassName
{
border-color: #E0CDF2;
}
.TagClassName
{
border-color: #E0CDF2;
}
</style>