Shades of Fog #E1CFFD
Tints of Fog #E1CFFD
RGB
CMYK
RGB Variations
Color information
#E1CFFD (or 0xE1CFFD) is known color: Fog. HEX triplet: E1, CF and FD. RGB value is (225,207,253). Sum of RGB (Red+Green+Blue) = 225+207+253=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFFD is #1E3002. Grayscale: #D9D9D9. Windows color (decimal): -1978371 or 16633825. OLE color: 16633825.
HSL color Cylindrical-coordinate representation of color #E1CFFD: hue angle of 263.48º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1CFFD is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 207 | 253 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.01 |
| HSL | 263.48º | 0.92% | 0.9% | - |
| HSV(B) | 263.48º | 0.18% | 0.99% | - |
| XYZ | 71.09 | 67.73 | 102.25 | - |
| YUV | 217.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 253 | 0.11 | 0.18 | 0 | 0.01 | 263.48 | 0.92 | 0.9 |
| Hex | E1 | CF | FD | B | 12 | 0 | 1 | 107 | 5C | 5A |
| Octal | 341 | 317 | 375 | 13 | 22 | 0 | 1 | 407 | 134 | 132 |
| Binary | 11100001 | 11001111 | 11111101 | 1011 | 10010 | 0 | 1 | 100000111 | 1011100 | 1011010 |
Color Harmonies of #E1CFFD
Complementary color
Monochromatic Colors of #E1CFFD
Black with #E1CFFD
Text Example
Text Example
White with #E1CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFFD; }
p { color: rgb(225,207,253); }
H1.HeaderClassName
{
color: #E1CFFD;
}
.AnyTagClassName
{
color: #E1CFFD;
}
</style>
background-color css
<style>
a { background-color: #E1CFFD; }
a { background-color: rgb(225,207,253); }
div.DivClassName
{
background-color: #E1CFFD;
}
.BgClassName
{
background-color: #E1CFFD;
}
</style>
border-color css
<style>
span { border-color: #E1CFFD; }
span { border-color: rgb(225,207,253); }
td.TdClassName
{
border-color: #E1CFFD;
}
.TagClassName
{
border-color: #E1CFFD;
}
</style>