Shades of Fog #E2CFF9
Tints of Fog #E2CFF9
RGB
CMYK
RGB Variations
Color information
#E2CFF9 (or 0xE2CFF9) is known color: Fog. HEX triplet: E2, CF and F9. RGB value is (226,207,249). Sum of RGB (Red+Green+Blue) = 226+207+249=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CFF9 is #1D3006. Grayscale: #D9D9D9. Windows color (decimal): -1912839 or 16371682. OLE color: 16371682.
HSL color Cylindrical-coordinate representation of color #E2CFF9: hue angle of 267.14º 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 #E2CFF9 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 207 | 249 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.02 |
| HSL | 267.14º | 0.78% | 0.89% | - |
| HSV(B) | 267.14º | 0.17% | 0.98% | - |
| XYZ | 70.78 | 67.63 | 98.95 | - |
| YUV | 217.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 249 | 0.09 | 0.17 | 0 | 0.02 | 267.14 | 0.78 | 0.89 |
| Hex | E2 | CF | F9 | 9 | 11 | 0 | 2 | 10B | 4E | 59 |
| Octal | 342 | 317 | 371 | 11 | 21 | 0 | 2 | 413 | 116 | 131 |
| Binary | 11100010 | 11001111 | 11111001 | 1001 | 10001 | 0 | 10 | 100001011 | 1001110 | 1011001 |
Color Harmonies of #E2CFF9
Complementary color
Monochromatic Colors of #E2CFF9
Black with #E2CFF9
Text Example
Text Example
White with #E2CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CFF9; }
p { color: rgb(226,207,249); }
H1.HeaderClassName
{
color: #E2CFF9;
}
.AnyTagClassName
{
color: #E2CFF9;
}
</style>
background-color css
<style>
a { background-color: #E2CFF9; }
a { background-color: rgb(226,207,249); }
div.DivClassName
{
background-color: #E2CFF9;
}
.BgClassName
{
background-color: #E2CFF9;
}
</style>
border-color css
<style>
span { border-color: #E2CFF9; }
span { border-color: rgb(226,207,249); }
td.TdClassName
{
border-color: #E2CFF9;
}
.TagClassName
{
border-color: #E2CFF9;
}
</style>