Shades of Fog #E2CBF7
Tints of Fog #E2CBF7
RGB
CMYK
RGB Variations
Color information
#E2CBF7 (or 0xE2CBF7) is known color: Fog. HEX triplet: E2, CB and F7. RGB value is (226,203,247). Sum of RGB (Red+Green+Blue) = 226+203+247=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2CBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBF7 is #1D3408. Grayscale: #D6D6D6. Windows color (decimal): -1913865 or 16239586. OLE color: 16239586.
HSL color Cylindrical-coordinate representation of color #E2CBF7: hue angle of 271.36º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CBF7 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 203 | 247 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.03 |
| HSL | 271.36º | 0.73% | 0.88% | - |
| HSV(B) | 271.36º | 0.18% | 0.97% | - |
| XYZ | 69.51 | 65.6 | 96.99 | - |
| YUV | 214.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 247 | 0.09 | 0.18 | 0 | 0.03 | 271.36 | 0.73 | 0.88 |
| Hex | E2 | CB | F7 | 9 | 12 | 0 | 3 | 10F | 49 | 58 |
| Octal | 342 | 313 | 367 | 11 | 22 | 0 | 3 | 417 | 111 | 130 |
| Binary | 11100010 | 11001011 | 11110111 | 1001 | 10010 | 0 | 11 | 100001111 | 1001001 | 1011000 |
Color Harmonies of #E2CBF7
Complementary color
Monochromatic Colors of #E2CBF7
Black with #E2CBF7
Text Example
Text Example
White with #E2CBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBF7; }
p { color: rgb(226,203,247); }
H1.HeaderClassName
{
color: #E2CBF7;
}
.AnyTagClassName
{
color: #E2CBF7;
}
</style>
background-color css
<style>
a { background-color: #E2CBF7; }
a { background-color: rgb(226,203,247); }
div.DivClassName
{
background-color: #E2CBF7;
}
.BgClassName
{
background-color: #E2CBF7;
}
</style>
border-color css
<style>
span { border-color: #E2CBF7; }
span { border-color: rgb(226,203,247); }
td.TdClassName
{
border-color: #E2CBF7;
}
.TagClassName
{
border-color: #E2CBF7;
}
</style>