Shades of Fog #E2C8F9
Tints of Fog #E2C8F9
RGB
CMYK
RGB Variations
Color information
#E2C8F9 (or 0xE2C8F9) is known color: Fog. HEX triplet: E2, C8 and F9. RGB value is (226,200,249). Sum of RGB (Red+Green+Blue) = 226+200+249=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2C8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C8F9 is #1D3706. Grayscale: #D5D5D5. Windows color (decimal): -1914631 or 16369890. OLE color: 16369890.
HSL color Cylindrical-coordinate representation of color #E2C8F9: hue angle of 271.84º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2C8F9 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 200 | 249 | - |
CMYK | 0.09 | 0.20 | 0 | 0.02 |
HSL | 271.84º | 0.8% | 0.88% | - |
HSV(B) | 271.84º | 0.2% | 0.98% | - |
XYZ | 69.12 | 64.32 | 98.39 | - |
YUV | 213.36 | 148.11 | 137.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 200 | 249 | 0.09 | 0.20 | 0 | 0.02 | 271.84 | 0.8 | 0.88 |
Hex | E2 | C8 | F9 | 9 | 14 | 0 | 2 | 110 | 50 | 58 |
Octal | 342 | 310 | 371 | 11 | 24 | 0 | 2 | 420 | 120 | 130 |
Binary | 11100010 | 11001000 | 11111001 | 1001 | 10100 | 0 | 10 | 100010000 | 1010000 | 1011000 |
Color Harmonies of #E2C8F9
Complementary color
Monochromatic Colors of #E2C8F9
Black with #E2C8F9
Text Example
Text Example
White with #E2C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C8F9; }
p { color: rgb(226,200,249); }
H1.HeaderClassName
{
color: #E2C8F9;
}
.AnyTagClassName
{
color: #E2C8F9;
}
</style>
background-color css
<style>
a { background-color: #E2C8F9; }
a { background-color: rgb(226,200,249); }
div.DivClassName
{
background-color: #E2C8F9;
}
.BgClassName
{
background-color: #E2C8F9;
}
</style>
border-color css
<style>
span { border-color: #E2C8F9; }
span { border-color: rgb(226,200,249); }
td.TdClassName
{
border-color: #E2C8F9;
}
.TagClassName
{
border-color: #E2C8F9;
}
</style>