Html Css Color HEX #E5D9CA Half Spanish White
📋 copy color: '#E5D9CA'red 229 ◦ green 217 ◦ blue 202
Shades of Half Spanish White #E5D9CA
Tints of Half Spanish White #E5D9CA
RGB
CMYK
RGB Variations
Color information
#E5D9CA (or 0xE5D9CA) is known color: Half Spanish White. HEX triplet: E5, D9 and CA. RGB value is (229,217,202). Sum of RGB (Red+Green+Blue) = 229+217+202=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9CA is #1A2635. Grayscale: #DADADA. Windows color (decimal): -1713718 or 13294053. OLE color: 13294053.
HSL color Cylindrical-coordinate representation of color #E5D9CA: hue angle of 33.33º 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 #E5D9CA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 202 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.10 |
| HSL | 33.33º | 0.34% | 0.85% | - |
| HSV(B) | 33.33º | 0.12% | 0.9% | - |
| XYZ | 67.79 | 70.55 | 65.92 | - |
| YUV | 218.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 202 | 0 | 0.05 | 0.12 | 0.10 | 33.33 | 0.34 | 0.85 |
| Hex | E5 | D9 | CA | 0 | 5 | C | A | 21 | 22 | 55 |
| Octal | 345 | 331 | 312 | 0 | 5 | 14 | 12 | 41 | 42 | 125 |
| Binary | 11100101 | 11011001 | 11001010 | 0 | 101 | 1100 | 1010 | 100001 | 100010 | 1010101 |
Color Harmonies of #E5D9CA
Complementary color
Monochromatic Colors of #E5D9CA
Black with #E5D9CA
Text Example
Text Example
White with #E5D9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9CA; }
p { color: rgb(229,217,202); }
H1.HeaderClassName
{
color: #E5D9CA;
}
.AnyTagClassName
{
color: #E5D9CA;
}
</style>
background-color css
<style>
a { background-color: #E5D9CA; }
a { background-color: rgb(229,217,202); }
div.DivClassName
{
background-color: #E5D9CA;
}
.BgClassName
{
background-color: #E5D9CA;
}
</style>
border-color css
<style>
span { border-color: #E5D9CA; }
span { border-color: rgb(229,217,202); }
td.TdClassName
{
border-color: #E5D9CA;
}
.TagClassName
{
border-color: #E5D9CA;
}
</style>