Shades of Fog #E0CBF7
Tints of Fog #E0CBF7
RGB
CMYK
RGB Variations
Color information
#E0CBF7 (or 0xE0CBF7) is known color: Fog. HEX triplet: E0, CB and F7. RGB value is (224,203,247). Sum of RGB (Red+Green+Blue) = 224+203+247=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0CBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBF7 is #1F3408. Grayscale: #D6D6D6. Windows color (decimal): -2044937 or 16239584. OLE color: 16239584.
HSL color Cylindrical-coordinate representation of color #E0CBF7: hue angle of 268.64º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0CBF7 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 203 | 247 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.03 |
| HSL | 268.64º | 0.73% | 0.88% | - |
| HSV(B) | 268.64º | 0.18% | 0.97% | - |
| XYZ | 68.88 | 65.27 | 96.96 | - |
| YUV | 214.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 247 | 0.09 | 0.18 | 0 | 0.03 | 268.64 | 0.73 | 0.88 |
| Hex | E0 | CB | F7 | 9 | 12 | 0 | 3 | 10D | 49 | 58 |
| Octal | 340 | 313 | 367 | 11 | 22 | 0 | 3 | 415 | 111 | 130 |
| Binary | 11100000 | 11001011 | 11110111 | 1001 | 10010 | 0 | 11 | 100001101 | 1001001 | 1011000 |
Color Harmonies of #E0CBF7
Complementary color
Monochromatic Colors of #E0CBF7
Black with #E0CBF7
Text Example
Text Example
White with #E0CBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBF7; }
p { color: rgb(224,203,247); }
H1.HeaderClassName
{
color: #E0CBF7;
}
.AnyTagClassName
{
color: #E0CBF7;
}
</style>
background-color css
<style>
a { background-color: #E0CBF7; }
a { background-color: rgb(224,203,247); }
div.DivClassName
{
background-color: #E0CBF7;
}
.BgClassName
{
background-color: #E0CBF7;
}
</style>
border-color css
<style>
span { border-color: #E0CBF7; }
span { border-color: rgb(224,203,247); }
td.TdClassName
{
border-color: #E0CBF7;
}
.TagClassName
{
border-color: #E0CBF7;
}
</style>