Shades of Fog #E0C6FB
Tints of Fog #E0C6FB
RGB
CMYK
RGB Variations
Color information
#E0C6FB (or 0xE0C6FB) is known color: Fog. HEX triplet: E0, C6 and FB. RGB value is (224,198,251). Sum of RGB (Red+Green+Blue) = 224+198+251=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C6FB is #1F3904. Grayscale: #D3D3D3. Windows color (decimal): -2046213 or 16500448. OLE color: 16500448.
HSL color Cylindrical-coordinate representation of color #E0C6FB: hue angle of 269.43º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0C6FB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 198 | 251 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.02 |
| HSL | 269.43º | 0.87% | 0.88% | - |
| HSV(B) | 269.43º | 0.21% | 0.98% | - |
| XYZ | 68.35 | 63.2 | 99.86 | - |
| YUV | 211.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 251 | 0.11 | 0.21 | 0 | 0.02 | 269.43 | 0.87 | 0.88 |
| Hex | E0 | C6 | FB | B | 15 | 0 | 2 | 10D | 57 | 58 |
| Octal | 340 | 306 | 373 | 13 | 25 | 0 | 2 | 415 | 127 | 130 |
| Binary | 11100000 | 11000110 | 11111011 | 1011 | 10101 | 0 | 10 | 100001101 | 1010111 | 1011000 |
Color Harmonies of #E0C6FB
Complementary color
Monochromatic Colors of #E0C6FB
Black with #E0C6FB
Text Example
Text Example
White with #E0C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C6FB; }
p { color: rgb(224,198,251); }
H1.HeaderClassName
{
color: #E0C6FB;
}
.AnyTagClassName
{
color: #E0C6FB;
}
</style>
background-color css
<style>
a { background-color: #E0C6FB; }
a { background-color: rgb(224,198,251); }
div.DivClassName
{
background-color: #E0C6FB;
}
.BgClassName
{
background-color: #E0C6FB;
}
</style>
border-color css
<style>
span { border-color: #E0C6FB; }
span { border-color: rgb(224,198,251); }
td.TdClassName
{
border-color: #E0C6FB;
}
.TagClassName
{
border-color: #E0C6FB;
}
</style>