Shades of Fog #E2CEFB
Tints of Fog #E2CEFB
RGB
CMYK
RGB Variations
Color information
#E2CEFB (or 0xE2CEFB) is known color: Fog. HEX triplet: E2, CE and FB. RGB value is (226,206,251). Sum of RGB (Red+Green+Blue) = 226+206+251=683 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.09% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CEFB is #1D3104. Grayscale: #D8D8D8. Windows color (decimal): -1913093 or 16502498. OLE color: 16502498.
HSL color Cylindrical-coordinate representation of color #E2CEFB: hue angle of 266.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CEFB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 206 | 251 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.02 |
| HSL | 266.67º | 0.85% | 0.9% | - |
| HSV(B) | 266.67º | 0.18% | 0.98% | - |
| XYZ | 70.85 | 67.28 | 100.52 | - |
| YUV | 217.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 251 | 0.10 | 0.18 | 0 | 0.02 | 266.67 | 0.85 | 0.9 |
| Hex | E2 | CE | FB | A | 12 | 0 | 2 | 10B | 55 | 5A |
| Octal | 342 | 316 | 373 | 12 | 22 | 0 | 2 | 413 | 125 | 132 |
| Binary | 11100010 | 11001110 | 11111011 | 1010 | 10010 | 0 | 10 | 100001011 | 1010101 | 1011010 |
Color Harmonies of #E2CEFB
Complementary color
Monochromatic Colors of #E2CEFB
Black with #E2CEFB
Text Example
Text Example
White with #E2CEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEFB; }
p { color: rgb(226,206,251); }
H1.HeaderClassName
{
color: #E2CEFB;
}
.AnyTagClassName
{
color: #E2CEFB;
}
</style>
background-color css
<style>
a { background-color: #E2CEFB; }
a { background-color: rgb(226,206,251); }
div.DivClassName
{
background-color: #E2CEFB;
}
.BgClassName
{
background-color: #E2CEFB;
}
</style>
border-color css
<style>
span { border-color: #E2CEFB; }
span { border-color: rgb(226,206,251); }
td.TdClassName
{
border-color: #E2CEFB;
}
.TagClassName
{
border-color: #E2CEFB;
}
</style>