Shades of Fog #E3DBF0
Tints of Fog #E3DBF0
RGB
CMYK
RGB Variations
Color information
#E3DBF0 (or 0xE3DBF0) is known color: Fog. HEX triplet: E3, DB and F0. RGB value is (227,219,240). Sum of RGB (Red+Green+Blue) = 227+219+240=686 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.09% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DBF0 is #1C240F. Grayscale: #DFDFDF. Windows color (decimal): -1844240 or 15784931. OLE color: 15784931.
HSL color Cylindrical-coordinate representation of color #E3DBF0: hue angle of 262.86º 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 #E3DBF0 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 219 | 240 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.06 |
| HSL | 262.86º | 0.41% | 0.9% | - |
| HSV(B) | 262.86º | 0.09% | 0.94% | - |
| XYZ | 72.74 | 73.29 | 92.75 | - |
| YUV | 223.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 219 | 240 | 0.05 | 0.09 | 0 | 0.06 | 262.86 | 0.41 | 0.9 |
| Hex | E3 | DB | F0 | 5 | 9 | 0 | 6 | 107 | 29 | 5A |
| Octal | 343 | 333 | 360 | 5 | 11 | 0 | 6 | 407 | 51 | 132 |
| Binary | 11100011 | 11011011 | 11110000 | 101 | 1001 | 0 | 110 | 100000111 | 101001 | 1011010 |
Color Harmonies of #E3DBF0
Complementary color
Monochromatic Colors of #E3DBF0
Black with #E3DBF0
Text Example
Text Example
White with #E3DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DBF0; }
p { color: rgb(227,219,240); }
H1.HeaderClassName
{
color: #E3DBF0;
}
.AnyTagClassName
{
color: #E3DBF0;
}
</style>
background-color css
<style>
a { background-color: #E3DBF0; }
a { background-color: rgb(227,219,240); }
div.DivClassName
{
background-color: #E3DBF0;
}
.BgClassName
{
background-color: #E3DBF0;
}
</style>
border-color css
<style>
span { border-color: #E3DBF0; }
span { border-color: rgb(227,219,240); }
td.TdClassName
{
border-color: #E3DBF0;
}
.TagClassName
{
border-color: #E3DBF0;
}
</style>