Shades of Fog #E0C9FD
Tints of Fog #E0C9FD
RGB
CMYK
RGB Variations
Color information
#E0C9FD (or 0xE0C9FD) is known color: Fog. HEX triplet: E0, C9 and FD. RGB value is (224,201,253). Sum of RGB (Red+Green+Blue) = 224+201+253=678 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.04% from 678); Green value is 201 (78.91% from 255 or 29.65% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0C9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C9FD is #1F3602. Grayscale: #D5D5D5. Windows color (decimal): -2045443 or 16632288. OLE color: 16632288.
HSL color Cylindrical-coordinate representation of color #E0C9FD: hue angle of 266.54º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0C9FD is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 201 | 253 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.01 |
| HSL | 266.54º | 0.93% | 0.89% | - |
| HSV(B) | 266.54º | 0.21% | 0.99% | - |
| XYZ | 69.36 | 64.71 | 101.76 | - |
| YUV | 213.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 253 | 0.11 | 0.21 | 0 | 0.01 | 266.54 | 0.93 | 0.89 |
| Hex | E0 | C9 | FD | B | 15 | 0 | 1 | 10B | 5D | 59 |
| Octal | 340 | 311 | 375 | 13 | 25 | 0 | 1 | 413 | 135 | 131 |
| Binary | 11100000 | 11001001 | 11111101 | 1011 | 10101 | 0 | 1 | 100001011 | 1011101 | 1011001 |
Color Harmonies of #E0C9FD
Complementary color
Monochromatic Colors of #E0C9FD
Black with #E0C9FD
Text Example
Text Example
White with #E0C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9FD; }
p { color: rgb(224,201,253); }
H1.HeaderClassName
{
color: #E0C9FD;
}
.AnyTagClassName
{
color: #E0C9FD;
}
</style>
background-color css
<style>
a { background-color: #E0C9FD; }
a { background-color: rgb(224,201,253); }
div.DivClassName
{
background-color: #E0C9FD;
}
.BgClassName
{
background-color: #E0C9FD;
}
</style>
border-color css
<style>
span { border-color: #E0C9FD; }
span { border-color: rgb(224,201,253); }
td.TdClassName
{
border-color: #E0C9FD;
}
.TagClassName
{
border-color: #E0C9FD;
}
</style>