Shades of Fog #E1CDFC
Tints of Fog #E1CDFC
RGB
CMYK
RGB Variations
Color information
#E1CDFC (or 0xE1CDFC) is known color: Fog. HEX triplet: E1, CD and FC. RGB value is (225,205,252). Sum of RGB (Red+Green+Blue) = 225+205+252=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDFC is #1E3203. Grayscale: #D8D8D8. Windows color (decimal): -1978884 or 16567777. OLE color: 16567777.
HSL color Cylindrical-coordinate representation of color #E1CDFC: hue angle of 265.53º 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 #E1CDFC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 205 | 252 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.01 |
| HSL | 265.53º | 0.89% | 0.9% | - |
| HSV(B) | 265.53º | 0.19% | 0.99% | - |
| XYZ | 70.45 | 66.7 | 101.26 | - |
| YUV | 216.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 252 | 0.11 | 0.19 | 0 | 0.01 | 265.53 | 0.89 | 0.9 |
| Hex | E1 | CD | FC | B | 13 | 0 | 1 | 10A | 59 | 5A |
| Octal | 341 | 315 | 374 | 13 | 23 | 0 | 1 | 412 | 131 | 132 |
| Binary | 11100001 | 11001101 | 11111100 | 1011 | 10011 | 0 | 1 | 100001010 | 1011001 | 1011010 |
Color Harmonies of #E1CDFC
Complementary color
Monochromatic Colors of #E1CDFC
Black with #E1CDFC
Text Example
Text Example
White with #E1CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDFC; }
p { color: rgb(225,205,252); }
H1.HeaderClassName
{
color: #E1CDFC;
}
.AnyTagClassName
{
color: #E1CDFC;
}
</style>
background-color css
<style>
a { background-color: #E1CDFC; }
a { background-color: rgb(225,205,252); }
div.DivClassName
{
background-color: #E1CDFC;
}
.BgClassName
{
background-color: #E1CDFC;
}
</style>
border-color css
<style>
span { border-color: #E1CDFC; }
span { border-color: rgb(225,205,252); }
td.TdClassName
{
border-color: #E1CDFC;
}
.TagClassName
{
border-color: #E1CDFC;
}
</style>