Shades of Fog #E1CFF5
Tints of Fog #E1CFF5
RGB
CMYK
RGB Variations
Color information
#E1CFF5 (or 0xE1CFF5) is known color: Fog. HEX triplet: E1, CF and F5. RGB value is (225,207,245). Sum of RGB (Red+Green+Blue) = 225+207+245=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 245 - color contains mainly: blue. Hex color #E1CFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF5 is #1E300A. Grayscale: #D8D8D8. Windows color (decimal): -1978379 or 16109537. OLE color: 16109537.
HSL color Cylindrical-coordinate representation of color #E1CFF5: hue angle of 268.42º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CFF5 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 207 | 245 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.04 |
| HSL | 268.42º | 0.66% | 0.89% | - |
| HSV(B) | 268.42º | 0.16% | 0.96% | - |
| XYZ | 69.85 | 67.23 | 95.68 | - |
| YUV | 216.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 245 | 0.08 | 0.16 | 0 | 0.04 | 268.42 | 0.66 | 0.89 |
| Hex | E1 | CF | F5 | 8 | 10 | 0 | 4 | 10C | 42 | 59 |
| Octal | 341 | 317 | 365 | 10 | 20 | 0 | 4 | 414 | 102 | 131 |
| Binary | 11100001 | 11001111 | 11110101 | 1000 | 10000 | 0 | 100 | 100001100 | 1000010 | 1011001 |
Color Harmonies of #E1CFF5
Complementary color
Monochromatic Colors of #E1CFF5
Black with #E1CFF5
Text Example
Text Example
White with #E1CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFF5; }
p { color: rgb(225,207,245); }
H1.HeaderClassName
{
color: #E1CFF5;
}
.AnyTagClassName
{
color: #E1CFF5;
}
</style>
background-color css
<style>
a { background-color: #E1CFF5; }
a { background-color: rgb(225,207,245); }
div.DivClassName
{
background-color: #E1CFF5;
}
.BgClassName
{
background-color: #E1CFF5;
}
</style>
border-color css
<style>
span { border-color: #E1CFF5; }
span { border-color: rgb(225,207,245); }
td.TdClassName
{
border-color: #E1CFF5;
}
.TagClassName
{
border-color: #E1CFF5;
}
</style>