Shades of Fog #E2CAFE
Tints of Fog #E2CAFE
RGB
CMYK
RGB Variations
Color information
#E2CAFE (or 0xE2CAFE) is known color: Fog. HEX triplet: E2, CA and FE. RGB value is (226,202,254). Sum of RGB (Red+Green+Blue) = 226+202+254=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAFE is #1D3501. Grayscale: #D6D6D6. Windows color (decimal): -1914114 or 16698082. OLE color: 16698082.
HSL color Cylindrical-coordinate representation of color #E2CAFE: hue angle of 267.69º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2CAFE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 202 | 254 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.00 |
| HSL | 267.69º | 0.96% | 0.89% | - |
| HSV(B) | 267.69º | 0.2% | 1% | - |
| XYZ | 70.37 | 65.57 | 102.71 | - |
| YUV | 215.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 254 | 0.11 | 0.20 | 0 | 0.00 | 267.69 | 0.96 | 0.89 |
| Hex | E2 | CA | FE | B | 14 | 0 | 0 | 10C | 60 | 59 |
| Octal | 342 | 312 | 376 | 13 | 24 | 0 | 0 | 414 | 140 | 131 |
| Binary | 11100010 | 11001010 | 11111110 | 1011 | 10100 | 0 | 0 | 100001100 | 1100000 | 1011001 |
Color Harmonies of #E2CAFE
Complementary color
Monochromatic Colors of #E2CAFE
Black with #E2CAFE
Text Example
Text Example
White with #E2CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CAFE; }
p { color: rgb(226,202,254); }
H1.HeaderClassName
{
color: #E2CAFE;
}
.AnyTagClassName
{
color: #E2CAFE;
}
</style>
background-color css
<style>
a { background-color: #E2CAFE; }
a { background-color: rgb(226,202,254); }
div.DivClassName
{
background-color: #E2CAFE;
}
.BgClassName
{
background-color: #E2CAFE;
}
</style>
border-color css
<style>
span { border-color: #E2CAFE; }
span { border-color: rgb(226,202,254); }
td.TdClassName
{
border-color: #E2CAFE;
}
.TagClassName
{
border-color: #E2CAFE;
}
</style>