Shades of Fog #E1CDFE
Tints of Fog #E1CDFE
RGB
CMYK
RGB Variations
Color information
#E1CDFE (or 0xE1CDFE) is known color: Fog. HEX triplet: E1, CD and FE. RGB value is (225,205,254). Sum of RGB (Red+Green+Blue) = 225+205+254=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDFE is #1E3201. Grayscale: #D8D8D8. Windows color (decimal): -1978882 or 16698849. OLE color: 16698849.
HSL color Cylindrical-coordinate representation of color #E1CDFE: hue angle of 264.49º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1CDFE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 205 | 254 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.00 |
| HSL | 264.49º | 0.96% | 0.9% | - |
| HSV(B) | 264.49º | 0.19% | 1% | - |
| XYZ | 70.77 | 66.83 | 102.93 | - |
| YUV | 216.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 254 | 0.11 | 0.19 | 0 | 0.00 | 264.49 | 0.96 | 0.9 |
| Hex | E1 | CD | FE | B | 13 | 0 | 0 | 108 | 60 | 5A |
| Octal | 341 | 315 | 376 | 13 | 23 | 0 | 0 | 410 | 140 | 132 |
| Binary | 11100001 | 11001101 | 11111110 | 1011 | 10011 | 0 | 0 | 100001000 | 1100000 | 1011010 |
Color Harmonies of #E1CDFE
Complementary color
Monochromatic Colors of #E1CDFE
Black with #E1CDFE
Text Example
Text Example
White with #E1CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDFE; }
p { color: rgb(225,205,254); }
H1.HeaderClassName
{
color: #E1CDFE;
}
.AnyTagClassName
{
color: #E1CDFE;
}
</style>
background-color css
<style>
a { background-color: #E1CDFE; }
a { background-color: rgb(225,205,254); }
div.DivClassName
{
background-color: #E1CDFE;
}
.BgClassName
{
background-color: #E1CDFE;
}
</style>
border-color css
<style>
span { border-color: #E1CDFE; }
span { border-color: rgb(225,205,254); }
td.TdClassName
{
border-color: #E1CDFE;
}
.TagClassName
{
border-color: #E1CDFE;
}
</style>