Shades of Gallery #E4DACF
Tints of Gallery #E4DACF
RGB
CMYK
RGB Variations
Color information
#E4DACF (or 0xE4DACF) is known color: Gallery. HEX triplet: E4, DA and CF. RGB value is (228,218,207). Sum of RGB (Red+Green+Blue) = 228+218+207=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DACF is #1B2530. Grayscale: #DBDBDB. Windows color (decimal): -1778993 or 13621988. OLE color: 13621988.
HSL color Cylindrical-coordinate representation of color #E4DACF: hue angle of 31.43º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E4DACF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 218 | 207 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.11 |
| HSL | 31.43º | 0.28% | 0.85% | - |
| HSV(B) | 31.43º | 0.09% | 0.89% | - |
| XYZ | 68.33 | 71.14 | 69.16 | - |
| YUV | 219.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 218 | 207 | 0 | 0.04 | 0.09 | 0.11 | 31.43 | 0.28 | 0.85 |
| Hex | E4 | DA | CF | 0 | 4 | 9 | B | 1F | 1C | 55 |
| Octal | 344 | 332 | 317 | 0 | 4 | 11 | 13 | 37 | 34 | 125 |
| Binary | 11100100 | 11011010 | 11001111 | 0 | 100 | 1001 | 1011 | 11111 | 11100 | 1010101 |
Color Harmonies of #E4DACF
Complementary color
Monochromatic Colors of #E4DACF
Black with #E4DACF
Text Example
Text Example
White with #E4DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DACF; }
p { color: rgb(228,218,207); }
H1.HeaderClassName
{
color: #E4DACF;
}
.AnyTagClassName
{
color: #E4DACF;
}
</style>
background-color css
<style>
a { background-color: #E4DACF; }
a { background-color: rgb(228,218,207); }
div.DivClassName
{
background-color: #E4DACF;
}
.BgClassName
{
background-color: #E4DACF;
}
</style>
border-color css
<style>
span { border-color: #E4DACF; }
span { border-color: rgb(228,218,207); }
td.TdClassName
{
border-color: #E4DACF;
}
.TagClassName
{
border-color: #E4DACF;
}
</style>