Shades of Fog #E2CEFA
Tints of Fog #E2CEFA
RGB
CMYK
RGB Variations
Color information
#E2CEFA (or 0xE2CEFA) is known color: Fog. HEX triplet: E2, CE and FA. RGB value is (226,206,250). Sum of RGB (Red+Green+Blue) = 226+206+250=682 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.14% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEFA is #1D3105. Grayscale: #D8D8D8. Windows color (decimal): -1913094 or 16436962. OLE color: 16436962.
HSL color Cylindrical-coordinate representation of color #E2CEFA: hue angle of 267.27º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CEFA is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 206 | 250 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.02 |
| HSL | 267.27º | 0.81% | 0.89% | - |
| HSV(B) | 267.27º | 0.18% | 0.98% | - |
| XYZ | 70.69 | 67.21 | 99.69 | - |
| YUV | 217 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 250 | 0.10 | 0.18 | 0 | 0.02 | 267.27 | 0.81 | 0.89 |
| Hex | E2 | CE | FA | A | 12 | 0 | 2 | 10B | 51 | 59 |
| Octal | 342 | 316 | 372 | 12 | 22 | 0 | 2 | 413 | 121 | 131 |
| Binary | 11100010 | 11001110 | 11111010 | 1010 | 10010 | 0 | 10 | 100001011 | 1010001 | 1011001 |
Color Harmonies of #E2CEFA
Complementary color
Monochromatic Colors of #E2CEFA
Black with #E2CEFA
Text Example
Text Example
White with #E2CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEFA; }
p { color: rgb(226,206,250); }
H1.HeaderClassName
{
color: #E2CEFA;
}
.AnyTagClassName
{
color: #E2CEFA;
}
</style>
background-color css
<style>
a { background-color: #E2CEFA; }
a { background-color: rgb(226,206,250); }
div.DivClassName
{
background-color: #E2CEFA;
}
.BgClassName
{
background-color: #E2CEFA;
}
</style>
border-color css
<style>
span { border-color: #E2CEFA; }
span { border-color: rgb(226,206,250); }
td.TdClassName
{
border-color: #E2CEFA;
}
.TagClassName
{
border-color: #E2CEFA;
}
</style>