Shades of Fog #E1CDFD
Tints of Fog #E1CDFD
RGB
CMYK
RGB Variations
Color information
#E1CDFD (or 0xE1CDFD) is known color: Fog. HEX triplet: E1, CD and FD. RGB value is (225,205,253). Sum of RGB (Red+Green+Blue) = 225+205+253=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDFD is #1E3202. Grayscale: #D8D8D8. Windows color (decimal): -1978883 or 16633313. OLE color: 16633313.
HSL color Cylindrical-coordinate representation of color #E1CDFD: hue angle of 265º degrees, saturation: 0.92, 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 #E1CDFD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 205 | 253 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.01 |
| HSL | 265º | 0.92% | 0.9% | - |
| HSV(B) | 265º | 0.19% | 0.99% | - |
| XYZ | 70.61 | 66.76 | 102.09 | - |
| YUV | 216.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 253 | 0.11 | 0.19 | 0 | 0.01 | 265 | 0.92 | 0.9 |
| Hex | E1 | CD | FD | B | 13 | 0 | 1 | 109 | 5C | 5A |
| Octal | 341 | 315 | 375 | 13 | 23 | 0 | 1 | 411 | 134 | 132 |
| Binary | 11100001 | 11001101 | 11111101 | 1011 | 10011 | 0 | 1 | 100001001 | 1011100 | 1011010 |
Color Harmonies of #E1CDFD
Complementary color
Monochromatic Colors of #E1CDFD
Black with #E1CDFD
Text Example
Text Example
White with #E1CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDFD; }
p { color: rgb(225,205,253); }
H1.HeaderClassName
{
color: #E1CDFD;
}
.AnyTagClassName
{
color: #E1CDFD;
}
</style>
background-color css
<style>
a { background-color: #E1CDFD; }
a { background-color: rgb(225,205,253); }
div.DivClassName
{
background-color: #E1CDFD;
}
.BgClassName
{
background-color: #E1CDFD;
}
</style>
border-color css
<style>
span { border-color: #E1CDFD; }
span { border-color: rgb(225,205,253); }
td.TdClassName
{
border-color: #E1CDFD;
}
.TagClassName
{
border-color: #E1CDFD;
}
</style>