Html Css Color HEX #E5DACA Half Spanish White
📋 copy color: '#E5DACA'red 229 ◦ green 218 ◦ blue 202
Shades of Half Spanish White #E5DACA
Tints of Half Spanish White #E5DACA
RGB
CMYK
RGB Variations
Color information
#E5DACA (or 0xE5DACA) is known color: Half Spanish White. HEX triplet: E5, DA and CA. RGB value is (229,218,202). Sum of RGB (Red+Green+Blue) = 229+218+202=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DACA is #1A2535. Grayscale: #DBDBDB. Windows color (decimal): -1713462 or 13294309. OLE color: 13294309.
HSL color Cylindrical-coordinate representation of color #E5DACA: hue angle of 35.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DACA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 202 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.10 |
| HSL | 35.56º | 0.34% | 0.85% | - |
| HSV(B) | 35.56º | 0.12% | 0.9% | - |
| XYZ | 68.05 | 71.07 | 66.01 | - |
| YUV | 219.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 202 | 0 | 0.05 | 0.12 | 0.10 | 35.56 | 0.34 | 0.85 |
| Hex | E5 | DA | CA | 0 | 5 | C | A | 24 | 22 | 55 |
| Octal | 345 | 332 | 312 | 0 | 5 | 14 | 12 | 44 | 42 | 125 |
| Binary | 11100101 | 11011010 | 11001010 | 0 | 101 | 1100 | 1010 | 100100 | 100010 | 1010101 |
Color Harmonies of #E5DACA
Complementary color
Monochromatic Colors of #E5DACA
Black with #E5DACA
Text Example
Text Example
White with #E5DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DACA; }
p { color: rgb(229,218,202); }
H1.HeaderClassName
{
color: #E5DACA;
}
.AnyTagClassName
{
color: #E5DACA;
}
</style>
background-color css
<style>
a { background-color: #E5DACA; }
a { background-color: rgb(229,218,202); }
div.DivClassName
{
background-color: #E5DACA;
}
.BgClassName
{
background-color: #E5DACA;
}
</style>
border-color css
<style>
span { border-color: #E5DACA; }
span { border-color: rgb(229,218,202); }
td.TdClassName
{
border-color: #E5DACA;
}
.TagClassName
{
border-color: #E5DACA;
}
</style>