Html Css Color HEX #E5DACC Half Spanish White
📋 copy color: '#E5DACC'red 229 ◦ green 218 ◦ blue 204
Shades of Half Spanish White #E5DACC
Tints of Half Spanish White #E5DACC
RGB
CMYK
RGB Variations
Color information
#E5DACC (or 0xE5DACC) is known color: Half Spanish White. HEX triplet: E5, DA and CC. RGB value is (229,218,204). Sum of RGB (Red+Green+Blue) = 229+218+204=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DACC is #1A2533. Grayscale: #DBDBDB. Windows color (decimal): -1713460 or 13425381. OLE color: 13425381.
HSL color Cylindrical-coordinate representation of color #E5DACC: hue angle of 33.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DACC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 218 | 204 | - |
CMYK | 0 | 0.05 | 0.11 | 0.10 |
HSL | 33.6º | 0.32% | 0.85% | - |
HSV(B) | 33.6º | 0.11% | 0.9% | - |
XYZ | 68.28 | 71.16 | 67.26 | - |
YUV | 219.69 | 119.14 | 134.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 204 | 0 | 0.05 | 0.11 | 0.10 | 33.6 | 0.32 | 0.85 |
Hex | E5 | DA | CC | 0 | 5 | B | A | 22 | 20 | 55 |
Octal | 345 | 332 | 314 | 0 | 5 | 13 | 12 | 42 | 40 | 125 |
Binary | 11100101 | 11011010 | 11001100 | 0 | 101 | 1011 | 1010 | 100010 | 100000 | 1010101 |
Color Harmonies of #E5DACC
Complementary color
Monochromatic Colors of #E5DACC
Black with #E5DACC
Text Example
Text Example
White with #E5DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DACC; }
p { color: rgb(229,218,204); }
H1.HeaderClassName
{
color: #E5DACC;
}
.AnyTagClassName
{
color: #E5DACC;
}
</style>
background-color css
<style>
a { background-color: #E5DACC; }
a { background-color: rgb(229,218,204); }
div.DivClassName
{
background-color: #E5DACC;
}
.BgClassName
{
background-color: #E5DACC;
}
</style>
border-color css
<style>
span { border-color: #E5DACC; }
span { border-color: rgb(229,218,204); }
td.TdClassName
{
border-color: #E5DACC;
}
.TagClassName
{
border-color: #E5DACC;
}
</style>