Shades of Fog #E0C9FE
Tints of Fog #E0C9FE
RGB
CMYK
RGB Variations
Color information
#E0C9FE (or 0xE0C9FE) is known color: Fog. HEX triplet: E0, C9 and FE. RGB value is (224,201,254). Sum of RGB (Red+Green+Blue) = 224+201+254=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C9FE is #1F3601. Grayscale: #D5D5D5. Windows color (decimal): -2045442 or 16697824. OLE color: 16697824.
HSL color Cylindrical-coordinate representation of color #E0C9FE: hue angle of 266.04º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0C9FE is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 201 | 254 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.00 |
| HSL | 266.04º | 0.96% | 0.89% | - |
| HSV(B) | 266.04º | 0.21% | 1% | - |
| XYZ | 69.52 | 64.78 | 102.61 | - |
| YUV | 213.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 254 | 0.12 | 0.21 | 0 | 0.00 | 266.04 | 0.96 | 0.89 |
| Hex | E0 | C9 | FE | C | 15 | 0 | 0 | 10A | 60 | 59 |
| Octal | 340 | 311 | 376 | 14 | 25 | 0 | 0 | 412 | 140 | 131 |
| Binary | 11100000 | 11001001 | 11111110 | 1100 | 10101 | 0 | 0 | 100001010 | 1100000 | 1011001 |
Color Harmonies of #E0C9FE
Complementary color
Monochromatic Colors of #E0C9FE
Black with #E0C9FE
Text Example
Text Example
White with #E0C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9FE; }
p { color: rgb(224,201,254); }
H1.HeaderClassName
{
color: #E0C9FE;
}
.AnyTagClassName
{
color: #E0C9FE;
}
</style>
background-color css
<style>
a { background-color: #E0C9FE; }
a { background-color: rgb(224,201,254); }
div.DivClassName
{
background-color: #E0C9FE;
}
.BgClassName
{
background-color: #E0C9FE;
}
</style>
border-color css
<style>
span { border-color: #E0C9FE; }
span { border-color: rgb(224,201,254); }
td.TdClassName
{
border-color: #E0C9FE;
}
.TagClassName
{
border-color: #E0C9FE;
}
</style>