Shades of Fog #E2CAFC
Tints of Fog #E2CAFC
RGB
CMYK
RGB Variations
Color information
#E2CAFC (or 0xE2CAFC) is known color: Fog. HEX triplet: E2, CA and FC. RGB value is (226,202,252). Sum of RGB (Red+Green+Blue) = 226+202+252=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAFC is #1D3503. Grayscale: #D6D6D6. Windows color (decimal): -1914116 or 16567010. OLE color: 16567010.
HSL color Cylindrical-coordinate representation of color #E2CAFC: hue angle of 268.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2CAFC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 202 | 252 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.01 |
| HSL | 268.8º | 0.89% | 0.89% | - |
| HSV(B) | 268.8º | 0.2% | 0.99% | - |
| XYZ | 70.06 | 65.44 | 101.03 | - |
| YUV | 214.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 252 | 0.10 | 0.20 | 0 | 0.01 | 268.8 | 0.89 | 0.89 |
| Hex | E2 | CA | FC | A | 14 | 0 | 1 | 10D | 59 | 59 |
| Octal | 342 | 312 | 374 | 12 | 24 | 0 | 1 | 415 | 131 | 131 |
| Binary | 11100010 | 11001010 | 11111100 | 1010 | 10100 | 0 | 1 | 100001101 | 1011001 | 1011001 |
Color Harmonies of #E2CAFC
Complementary color
Monochromatic Colors of #E2CAFC
Black with #E2CAFC
Text Example
Text Example
White with #E2CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CAFC; }
p { color: rgb(226,202,252); }
H1.HeaderClassName
{
color: #E2CAFC;
}
.AnyTagClassName
{
color: #E2CAFC;
}
</style>
background-color css
<style>
a { background-color: #E2CAFC; }
a { background-color: rgb(226,202,252); }
div.DivClassName
{
background-color: #E2CAFC;
}
.BgClassName
{
background-color: #E2CAFC;
}
</style>
border-color css
<style>
span { border-color: #E2CAFC; }
span { border-color: rgb(226,202,252); }
td.TdClassName
{
border-color: #E2CAFC;
}
.TagClassName
{
border-color: #E2CAFC;
}
</style>