Shades of Fog #E0CAFF
Tints of Fog #E0CAFF
RGB
CMYK
RGB Variations
Color information
#E0CAFF (or 0xE0CAFF) is known color: Fog. HEX triplet: E0, CA and FF. RGB value is (224,202,255). Sum of RGB (Red+Green+Blue) = 224+202+255=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAFF is #1F3500. Grayscale: #D6D6D6. Windows color (decimal): -2045185 or 16763616. OLE color: 16763616.
HSL color Cylindrical-coordinate representation of color #E0CAFF: hue angle of 264.91º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0CAFF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 202 | 255 | - |
| CMYK | 0.12 | 0.21 | 0 | 0 |
| HSL | 264.91º | 1% | 0.9% | - |
| HSV(B) | 264.91º | 0.21% | 1% | - |
| XYZ | 69.91 | 65.31 | 103.53 | - |
| YUV | 214.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 255 | 0.12 | 0.21 | 0 | 0 | 264.91 | 1 | 0.9 |
| Hex | E0 | CA | FF | C | 15 | 0 | 0 | 109 | 64 | 5A |
| Octal | 340 | 312 | 377 | 14 | 25 | 0 | 0 | 411 | 144 | 132 |
| Binary | 11100000 | 11001010 | 11111111 | 1100 | 10101 | 0 | 0 | 100001001 | 1100100 | 1011010 |
Color Harmonies of #E0CAFF
Complementary color
Monochromatic Colors of #E0CAFF
Black with #E0CAFF
Text Example
Text Example
White with #E0CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CAFF; }
p { color: rgb(224,202,255); }
H1.HeaderClassName
{
color: #E0CAFF;
}
.AnyTagClassName
{
color: #E0CAFF;
}
</style>
background-color css
<style>
a { background-color: #E0CAFF; }
a { background-color: rgb(224,202,255); }
div.DivClassName
{
background-color: #E0CAFF;
}
.BgClassName
{
background-color: #E0CAFF;
}
</style>
border-color css
<style>
span { border-color: #E0CAFF; }
span { border-color: rgb(224,202,255); }
td.TdClassName
{
border-color: #E0CAFF;
}
.TagClassName
{
border-color: #E0CAFF;
}
</style>