Shades of Fog #E2CEF9
Tints of Fog #E2CEF9
RGB
CMYK
RGB Variations
Color information
#E2CEF9 (or 0xE2CEF9) is known color: Fog. HEX triplet: E2, CE and F9. RGB value is (226,206,249). Sum of RGB (Red+Green+Blue) = 226+206+249=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 206 (80.86% from 255 or 30.25% 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 #E2CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEF9 is #1D3106. Grayscale: #D8D8D8. Windows color (decimal): -1913095 or 16371426. OLE color: 16371426.
HSL color Cylindrical-coordinate representation of color #E2CEF9: hue angle of 267.91º 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 #E2CEF9 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 206 | 249 | - |
CMYK | 0.09 | 0.17 | 0 | 0.02 |
HSL | 267.91º | 0.78% | 0.89% | - |
HSV(B) | 267.91º | 0.17% | 0.98% | - |
XYZ | 70.53 | 67.15 | 98.87 | - |
YUV | 216.88 | 146.13 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 206 | 249 | 0.09 | 0.17 | 0 | 0.02 | 267.91 | 0.78 | 0.89 |
Hex | E2 | CE | F9 | 9 | 11 | 0 | 2 | 10C | 4E | 59 |
Octal | 342 | 316 | 371 | 11 | 21 | 0 | 2 | 414 | 116 | 131 |
Binary | 11100010 | 11001110 | 11111001 | 1001 | 10001 | 0 | 10 | 100001100 | 1001110 | 1011001 |
Color Harmonies of #E2CEF9
Complementary color
Monochromatic Colors of #E2CEF9
Black with #E2CEF9
Text Example
Text Example
White with #E2CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEF9; }
p { color: rgb(226,206,249); }
H1.HeaderClassName
{
color: #E2CEF9;
}
.AnyTagClassName
{
color: #E2CEF9;
}
</style>
background-color css
<style>
a { background-color: #E2CEF9; }
a { background-color: rgb(226,206,249); }
div.DivClassName
{
background-color: #E2CEF9;
}
.BgClassName
{
background-color: #E2CEF9;
}
</style>
border-color css
<style>
span { border-color: #E2CEF9; }
span { border-color: rgb(226,206,249); }
td.TdClassName
{
border-color: #E2CEF9;
}
.TagClassName
{
border-color: #E2CEF9;
}
</style>