Shades of Fog #E0C9F3
Tints of Fog #E0C9F3
RGB
CMYK
RGB Variations
Color information
#E0C9F3 (or 0xE0C9F3) is known color: Fog. HEX triplet: E0, C9 and F3. RGB value is (224,201,243). Sum of RGB (Red+Green+Blue) = 224+201+243=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0C9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C9F3 is #1F360C. Grayscale: #D4D4D4. Windows color (decimal): -2045453 or 15976928. OLE color: 15976928.
HSL color Cylindrical-coordinate representation of color #E0C9F3: hue angle of 272.86º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0C9F3 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 201 | 243 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.05 |
| HSL | 272.86º | 0.64% | 0.87% | - |
| HSV(B) | 272.86º | 0.17% | 0.95% | - |
| XYZ | 67.8 | 64.09 | 93.59 | - |
| YUV | 212.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 243 | 0.08 | 0.17 | 0 | 0.05 | 272.86 | 0.64 | 0.87 |
| Hex | E0 | C9 | F3 | 8 | 11 | 0 | 5 | 111 | 40 | 57 |
| Octal | 340 | 311 | 363 | 10 | 21 | 0 | 5 | 421 | 100 | 127 |
| Binary | 11100000 | 11001001 | 11110011 | 1000 | 10001 | 0 | 101 | 100010001 | 1000000 | 1010111 |
Color Harmonies of #E0C9F3
Complementary color
Monochromatic Colors of #E0C9F3
Black with #E0C9F3
Text Example
Text Example
White with #E0C9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9F3; }
p { color: rgb(224,201,243); }
H1.HeaderClassName
{
color: #E0C9F3;
}
.AnyTagClassName
{
color: #E0C9F3;
}
</style>
background-color css
<style>
a { background-color: #E0C9F3; }
a { background-color: rgb(224,201,243); }
div.DivClassName
{
background-color: #E0C9F3;
}
.BgClassName
{
background-color: #E0C9F3;
}
</style>
border-color css
<style>
span { border-color: #E0C9F3; }
span { border-color: rgb(224,201,243); }
td.TdClassName
{
border-color: #E0C9F3;
}
.TagClassName
{
border-color: #E0C9F3;
}
</style>