Shades of Fog #E0C7FD
Tints of Fog #E0C7FD
RGB
CMYK
RGB Variations
Color information
#E0C7FD (or 0xE0C7FD) is known color: Fog. HEX triplet: E0, C7 and FD. RGB value is (224,199,253). Sum of RGB (Red+Green+Blue) = 224+199+253=676 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.14% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C7FD is #1F3802. Grayscale: #D4D4D4. Windows color (decimal): -2045955 or 16631776. OLE color: 16631776.
HSL color Cylindrical-coordinate representation of color #E0C7FD: hue angle of 267.78º 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 #E0C7FD is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 199 | 253 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.01 |
| HSL | 267.78º | 0.93% | 0.89% | - |
| HSV(B) | 267.78º | 0.21% | 0.99% | - |
| XYZ | 68.89 | 63.79 | 101.61 | - |
| YUV | 212.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 253 | 0.11 | 0.21 | 0 | 0.01 | 267.78 | 0.93 | 0.89 |
| Hex | E0 | C7 | FD | B | 15 | 0 | 1 | 10C | 5D | 59 |
| Octal | 340 | 307 | 375 | 13 | 25 | 0 | 1 | 414 | 135 | 131 |
| Binary | 11100000 | 11000111 | 11111101 | 1011 | 10101 | 0 | 1 | 100001100 | 1011101 | 1011001 |
Color Harmonies of #E0C7FD
Complementary color
Monochromatic Colors of #E0C7FD
Black with #E0C7FD
Text Example
Text Example
White with #E0C7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C7FD; }
p { color: rgb(224,199,253); }
H1.HeaderClassName
{
color: #E0C7FD;
}
.AnyTagClassName
{
color: #E0C7FD;
}
</style>
background-color css
<style>
a { background-color: #E0C7FD; }
a { background-color: rgb(224,199,253); }
div.DivClassName
{
background-color: #E0C7FD;
}
.BgClassName
{
background-color: #E0C7FD;
}
</style>
border-color css
<style>
span { border-color: #E0C7FD; }
span { border-color: rgb(224,199,253); }
td.TdClassName
{
border-color: #E0C7FD;
}
.TagClassName
{
border-color: #E0C7FD;
}
</style>