Shades of Fog #E2DBF1
Tints of Fog #E2DBF1
RGB
CMYK
RGB Variations
Color information
#E2DBF1 (or 0xE2DBF1) is known color: Fog. HEX triplet: E2, DB and F1. RGB value is (226,219,241). Sum of RGB (Red+Green+Blue) = 226+219+241=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBF1 is #1D240E. Grayscale: #DFDFDF. Windows color (decimal): -1909775 or 15850466. OLE color: 15850466.
HSL color Cylindrical-coordinate representation of color #E2DBF1: hue angle of 259.09º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DBF1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 219 | 241 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.05 |
| HSL | 259.09º | 0.44% | 0.9% | - |
| HSV(B) | 259.09º | 0.09% | 0.95% | - |
| XYZ | 72.57 | 73.18 | 93.52 | - |
| YUV | 223.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 241 | 0.06 | 0.09 | 0 | 0.05 | 259.09 | 0.44 | 0.9 |
| Hex | E2 | DB | F1 | 6 | 9 | 0 | 5 | 103 | 2C | 5A |
| Octal | 342 | 333 | 361 | 6 | 11 | 0 | 5 | 403 | 54 | 132 |
| Binary | 11100010 | 11011011 | 11110001 | 110 | 1001 | 0 | 101 | 100000011 | 101100 | 1011010 |
Color Harmonies of #E2DBF1
Complementary color
Monochromatic Colors of #E2DBF1
Black with #E2DBF1
Text Example
Text Example
White with #E2DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBF1; }
p { color: rgb(226,219,241); }
H1.HeaderClassName
{
color: #E2DBF1;
}
.AnyTagClassName
{
color: #E2DBF1;
}
</style>
background-color css
<style>
a { background-color: #E2DBF1; }
a { background-color: rgb(226,219,241); }
div.DivClassName
{
background-color: #E2DBF1;
}
.BgClassName
{
background-color: #E2DBF1;
}
</style>
border-color css
<style>
span { border-color: #E2DBF1; }
span { border-color: rgb(226,219,241); }
td.TdClassName
{
border-color: #E2DBF1;
}
.TagClassName
{
border-color: #E2DBF1;
}
</style>