Shades of Fog #E0CDF4
Tints of Fog #E0CDF4
RGB
CMYK
RGB Variations
Color information
#E0CDF4 (or 0xE0CDF4) is known color: Fog. HEX triplet: E0, CD and F4. RGB value is (224,205,244). Sum of RGB (Red+Green+Blue) = 224+205+244=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0CDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDF4 is #1F320B. Grayscale: #D6D6D6. Windows color (decimal): -2044428 or 16043488. OLE color: 16043488.
HSL color Cylindrical-coordinate representation of color #E0CDF4: hue angle of 269.23º degrees, saturation: 0.64, 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 #E0CDF4 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 205 | 244 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.04 |
| HSL | 269.23º | 0.64% | 0.88% | - |
| HSV(B) | 269.23º | 0.16% | 0.96% | - |
| XYZ | 68.9 | 66.04 | 94.7 | - |
| YUV | 215.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 244 | 0.08 | 0.16 | 0 | 0.04 | 269.23 | 0.64 | 0.88 |
| Hex | E0 | CD | F4 | 8 | 10 | 0 | 4 | 10D | 40 | 58 |
| Octal | 340 | 315 | 364 | 10 | 20 | 0 | 4 | 415 | 100 | 130 |
| Binary | 11100000 | 11001101 | 11110100 | 1000 | 10000 | 0 | 100 | 100001101 | 1000000 | 1011000 |
Color Harmonies of #E0CDF4
Complementary color
Monochromatic Colors of #E0CDF4
Black with #E0CDF4
Text Example
Text Example
White with #E0CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDF4; }
p { color: rgb(224,205,244); }
H1.HeaderClassName
{
color: #E0CDF4;
}
.AnyTagClassName
{
color: #E0CDF4;
}
</style>
background-color css
<style>
a { background-color: #E0CDF4; }
a { background-color: rgb(224,205,244); }
div.DivClassName
{
background-color: #E0CDF4;
}
.BgClassName
{
background-color: #E0CDF4;
}
</style>
border-color css
<style>
span { border-color: #E0CDF4; }
span { border-color: rgb(224,205,244); }
td.TdClassName
{
border-color: #E0CDF4;
}
.TagClassName
{
border-color: #E0CDF4;
}
</style>