Shades of Fog #E2DBF0
Tints of Fog #E2DBF0
RGB
CMYK
RGB Variations
Color information
#E2DBF0 (or 0xE2DBF0) is known color: Fog. HEX triplet: E2, DB and F0. RGB value is (226,219,240). Sum of RGB (Red+Green+Blue) = 226+219+240=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBF0 is #1D240F. Grayscale: #DFDFDF. Windows color (decimal): -1909776 or 15784930. OLE color: 15784930.
HSL color Cylindrical-coordinate representation of color #E2DBF0: hue angle of 260º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DBF0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 219 | 240 | - |
CMYK | 0.06 | 0.09 | 0 | 0.06 |
HSL | 260º | 0.41% | 0.9% | - |
HSV(B) | 260º | 0.09% | 0.94% | - |
XYZ | 72.42 | 73.12 | 92.74 | - |
YUV | 223.49 | 137.32 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 219 | 240 | 0.06 | 0.09 | 0 | 0.06 | 260 | 0.41 | 0.9 |
Hex | E2 | DB | F0 | 6 | 9 | 0 | 6 | 104 | 29 | 5A |
Octal | 342 | 333 | 360 | 6 | 11 | 0 | 6 | 404 | 51 | 132 |
Binary | 11100010 | 11011011 | 11110000 | 110 | 1001 | 0 | 110 | 100000100 | 101001 | 1011010 |
Color Harmonies of #E2DBF0
Complementary color
Monochromatic Colors of #E2DBF0
Black with #E2DBF0
Text Example
Text Example
White with #E2DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBF0; }
p { color: rgb(226,219,240); }
H1.HeaderClassName
{
color: #E2DBF0;
}
.AnyTagClassName
{
color: #E2DBF0;
}
</style>
background-color css
<style>
a { background-color: #E2DBF0; }
a { background-color: rgb(226,219,240); }
div.DivClassName
{
background-color: #E2DBF0;
}
.BgClassName
{
background-color: #E2DBF0;
}
</style>
border-color css
<style>
span { border-color: #E2DBF0; }
span { border-color: rgb(226,219,240); }
td.TdClassName
{
border-color: #E2DBF0;
}
.TagClassName
{
border-color: #E2DBF0;
}
</style>