Shades of Fog #E1CAFA
Tints of Fog #E1CAFA
RGB
CMYK
RGB Variations
Color information
#E1CAFA (or 0xE1CAFA) is known color: Fog. HEX triplet: E1, CA and FA. RGB value is (225,202,250). Sum of RGB (Red+Green+Blue) = 225+202+250=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAFA is #1E3505. Grayscale: #D6D6D6. Windows color (decimal): -1979654 or 16435937. OLE color: 16435937.
HSL color Cylindrical-coordinate representation of color #E1CAFA: hue angle of 268.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1CAFA is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 202 | 250 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.02 |
| HSL | 268.75º | 0.83% | 0.89% | - |
| HSV(B) | 268.75º | 0.19% | 0.98% | - |
| XYZ | 69.43 | 65.15 | 99.36 | - |
| YUV | 214.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 250 | 0.10 | 0.19 | 0 | 0.02 | 268.75 | 0.83 | 0.89 |
| Hex | E1 | CA | FA | A | 13 | 0 | 2 | 10D | 53 | 59 |
| Octal | 341 | 312 | 372 | 12 | 23 | 0 | 2 | 415 | 123 | 131 |
| Binary | 11100001 | 11001010 | 11111010 | 1010 | 10011 | 0 | 10 | 100001101 | 1010011 | 1011001 |
Color Harmonies of #E1CAFA
Complementary color
Monochromatic Colors of #E1CAFA
Black with #E1CAFA
Text Example
Text Example
White with #E1CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAFA; }
p { color: rgb(225,202,250); }
H1.HeaderClassName
{
color: #E1CAFA;
}
.AnyTagClassName
{
color: #E1CAFA;
}
</style>
background-color css
<style>
a { background-color: #E1CAFA; }
a { background-color: rgb(225,202,250); }
div.DivClassName
{
background-color: #E1CAFA;
}
.BgClassName
{
background-color: #E1CAFA;
}
</style>
border-color css
<style>
span { border-color: #E1CAFA; }
span { border-color: rgb(225,202,250); }
td.TdClassName
{
border-color: #E1CAFA;
}
.TagClassName
{
border-color: #E1CAFA;
}
</style>