Shades of Fog #E0CDFC
Tints of Fog #E0CDFC
RGB
CMYK
RGB Variations
Color information
#E0CDFC (or 0xE0CDFC) is known color: Fog. HEX triplet: E0, CD and FC. RGB value is (224,205,252). Sum of RGB (Red+Green+Blue) = 224+205+252=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDFC is #1F3203. Grayscale: #D7D7D7. Windows color (decimal): -2044420 or 16567776. OLE color: 16567776.
HSL color Cylindrical-coordinate representation of color #E0CDFC: hue angle of 264.26º degrees, saturation: 0.89, 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 #E0CDFC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 205 | 252 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.01 |
| HSL | 264.26º | 0.89% | 0.9% | - |
| HSV(B) | 264.26º | 0.19% | 0.99% | - |
| XYZ | 70.14 | 66.54 | 101.24 | - |
| YUV | 216.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 252 | 0.11 | 0.19 | 0 | 0.01 | 264.26 | 0.89 | 0.9 |
| Hex | E0 | CD | FC | B | 13 | 0 | 1 | 108 | 59 | 5A |
| Octal | 340 | 315 | 374 | 13 | 23 | 0 | 1 | 410 | 131 | 132 |
| Binary | 11100000 | 11001101 | 11111100 | 1011 | 10011 | 0 | 1 | 100001000 | 1011001 | 1011010 |
Color Harmonies of #E0CDFC
Complementary color
Monochromatic Colors of #E0CDFC
Black with #E0CDFC
Text Example
Text Example
White with #E0CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDFC; }
p { color: rgb(224,205,252); }
H1.HeaderClassName
{
color: #E0CDFC;
}
.AnyTagClassName
{
color: #E0CDFC;
}
</style>
background-color css
<style>
a { background-color: #E0CDFC; }
a { background-color: rgb(224,205,252); }
div.DivClassName
{
background-color: #E0CDFC;
}
.BgClassName
{
background-color: #E0CDFC;
}
</style>
border-color css
<style>
span { border-color: #E0CDFC; }
span { border-color: rgb(224,205,252); }
td.TdClassName
{
border-color: #E0CDFC;
}
.TagClassName
{
border-color: #E0CDFC;
}
</style>