Shades of Fog #E1CAFF
Tints of Fog #E1CAFF
RGB
CMYK
RGB Variations
Color information
#E1CAFF (or 0xE1CAFF) is known color: Fog. HEX triplet: E1, CA and FF. RGB value is (225,202,255). Sum of RGB (Red+Green+Blue) = 225+202+255=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAFF is #1E3500. Grayscale: #D6D6D6. Windows color (decimal): -1979649 or 16763617. OLE color: 16763617.
HSL color Cylindrical-coordinate representation of color #E1CAFF: hue angle of 266.04º 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 #E1CAFF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 202 | 255 | - |
| CMYK | 0.12 | 0.21 | 0 | 0 |
| HSL | 266.04º | 1% | 0.9% | - |
| HSV(B) | 266.04º | 0.21% | 1% | - |
| XYZ | 70.22 | 65.47 | 103.54 | - |
| YUV | 214.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 255 | 0.12 | 0.21 | 0 | 0 | 266.04 | 1 | 0.9 |
| Hex | E1 | CA | FF | C | 15 | 0 | 0 | 10A | 64 | 5A |
| Octal | 341 | 312 | 377 | 14 | 25 | 0 | 0 | 412 | 144 | 132 |
| Binary | 11100001 | 11001010 | 11111111 | 1100 | 10101 | 0 | 0 | 100001010 | 1100100 | 1011010 |
Color Harmonies of #E1CAFF
Complementary color
Monochromatic Colors of #E1CAFF
Black with #E1CAFF
Text Example
Text Example
White with #E1CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAFF; }
p { color: rgb(225,202,255); }
H1.HeaderClassName
{
color: #E1CAFF;
}
.AnyTagClassName
{
color: #E1CAFF;
}
</style>
background-color css
<style>
a { background-color: #E1CAFF; }
a { background-color: rgb(225,202,255); }
div.DivClassName
{
background-color: #E1CAFF;
}
.BgClassName
{
background-color: #E1CAFF;
}
</style>
border-color css
<style>
span { border-color: #E1CAFF; }
span { border-color: rgb(225,202,255); }
td.TdClassName
{
border-color: #E1CAFF;
}
.TagClassName
{
border-color: #E1CAFF;
}
</style>