Shades of Fog #E0C8F3
Tints of Fog #E0C8F3
RGB
CMYK
RGB Variations
Color information
#E0C8F3 (or 0xE0C8F3) is known color: Fog. HEX triplet: E0, C8 and F3. RGB value is (224,200,243). Sum of RGB (Red+Green+Blue) = 224+200+243=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0C8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C8F3 is #1F370C. Grayscale: #D3D3D3. Windows color (decimal): -2045709 or 15976672. OLE color: 15976672.
HSL color Cylindrical-coordinate representation of color #E0C8F3: hue angle of 273.49º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0C8F3 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 200 | 243 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.05 |
| HSL | 273.49º | 0.64% | 0.87% | - |
| HSV(B) | 273.49º | 0.18% | 0.95% | - |
| XYZ | 67.57 | 63.63 | 93.51 | - |
| YUV | 212.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 200 | 243 | 0.08 | 0.18 | 0 | 0.05 | 273.49 | 0.64 | 0.87 |
| Hex | E0 | C8 | F3 | 8 | 12 | 0 | 5 | 111 | 40 | 57 |
| Octal | 340 | 310 | 363 | 10 | 22 | 0 | 5 | 421 | 100 | 127 |
| Binary | 11100000 | 11001000 | 11110011 | 1000 | 10010 | 0 | 101 | 100010001 | 1000000 | 1010111 |
Color Harmonies of #E0C8F3
Complementary color
Monochromatic Colors of #E0C8F3
Black with #E0C8F3
Text Example
Text Example
White with #E0C8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C8F3; }
p { color: rgb(224,200,243); }
H1.HeaderClassName
{
color: #E0C8F3;
}
.AnyTagClassName
{
color: #E0C8F3;
}
</style>
background-color css
<style>
a { background-color: #E0C8F3; }
a { background-color: rgb(224,200,243); }
div.DivClassName
{
background-color: #E0C8F3;
}
.BgClassName
{
background-color: #E0C8F3;
}
</style>
border-color css
<style>
span { border-color: #E0C8F3; }
span { border-color: rgb(224,200,243); }
td.TdClassName
{
border-color: #E0C8F3;
}
.TagClassName
{
border-color: #E0C8F3;
}
</style>