Shades of Fog #E1CFF9
Tints of Fog #E1CFF9
RGB
CMYK
RGB Variations
Color information
#E1CFF9 (or 0xE1CFF9) is known color: Fog. HEX triplet: E1, CF and F9. RGB value is (225,207,249). Sum of RGB (Red+Green+Blue) = 225+207+249=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFF9 is #1E3006. Grayscale: #D9D9D9. Windows color (decimal): -1978375 or 16371681. OLE color: 16371681.
HSL color Cylindrical-coordinate representation of color #E1CFF9: hue angle of 265.71º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1CFF9 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 207 | 249 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.02 |
| HSL | 265.71º | 0.78% | 0.89% | - |
| HSV(B) | 265.71º | 0.17% | 0.98% | - |
| XYZ | 70.46 | 67.47 | 98.93 | - |
| YUV | 217.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 249 | 0.10 | 0.17 | 0 | 0.02 | 265.71 | 0.78 | 0.89 |
| Hex | E1 | CF | F9 | A | 11 | 0 | 2 | 10A | 4E | 59 |
| Octal | 341 | 317 | 371 | 12 | 21 | 0 | 2 | 412 | 116 | 131 |
| Binary | 11100001 | 11001111 | 11111001 | 1010 | 10001 | 0 | 10 | 100001010 | 1001110 | 1011001 |
Color Harmonies of #E1CFF9
Complementary color
Monochromatic Colors of #E1CFF9
Black with #E1CFF9
Text Example
Text Example
White with #E1CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CFF9; }
p { color: rgb(225,207,249); }
H1.HeaderClassName
{
color: #E1CFF9;
}
.AnyTagClassName
{
color: #E1CFF9;
}
</style>
background-color css
<style>
a { background-color: #E1CFF9; }
a { background-color: rgb(225,207,249); }
div.DivClassName
{
background-color: #E1CFF9;
}
.BgClassName
{
background-color: #E1CFF9;
}
</style>
border-color css
<style>
span { border-color: #E1CFF9; }
span { border-color: rgb(225,207,249); }
td.TdClassName
{
border-color: #E1CFF9;
}
.TagClassName
{
border-color: #E1CFF9;
}
</style>