Html Css Color HEX #E5DBCC Half Spanish White
📋 copy color: '#E5DBCC'red 229 ◦ green 219 ◦ blue 204
Shades of Half Spanish White #E5DBCC
Tints of Half Spanish White #E5DBCC
RGB
CMYK
RGB Variations
Color information
#E5DBCC (or 0xE5DBCC) is known color: Half Spanish White. HEX triplet: E5, DB and CC. RGB value is (229,219,204). Sum of RGB (Red+Green+Blue) = 229+219+204=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBCC is #1A2433. Grayscale: #DCDCDC. Windows color (decimal): -1713204 or 13425637. OLE color: 13425637.
HSL color Cylindrical-coordinate representation of color #E5DBCC: hue angle of 36º 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 #E5DBCC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 204 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.10 |
| HSL | 36º | 0.32% | 0.85% | - |
| HSV(B) | 36º | 0.11% | 0.9% | - |
| XYZ | 68.54 | 71.68 | 67.35 | - |
| YUV | 220.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 204 | 0 | 0.04 | 0.11 | 0.10 | 36 | 0.32 | 0.85 |
| Hex | E5 | DB | CC | 0 | 4 | B | A | 24 | 20 | 55 |
| Octal | 345 | 333 | 314 | 0 | 4 | 13 | 12 | 44 | 40 | 125 |
| Binary | 11100101 | 11011011 | 11001100 | 0 | 100 | 1011 | 1010 | 100100 | 100000 | 1010101 |
Color Harmonies of #E5DBCC
Complementary color
Monochromatic Colors of #E5DBCC
Black with #E5DBCC
Text Example
Text Example
White with #E5DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBCC; }
p { color: rgb(229,219,204); }
H1.HeaderClassName
{
color: #E5DBCC;
}
.AnyTagClassName
{
color: #E5DBCC;
}
</style>
background-color css
<style>
a { background-color: #E5DBCC; }
a { background-color: rgb(229,219,204); }
div.DivClassName
{
background-color: #E5DBCC;
}
.BgClassName
{
background-color: #E5DBCC;
}
</style>
border-color css
<style>
span { border-color: #E5DBCC; }
span { border-color: rgb(229,219,204); }
td.TdClassName
{
border-color: #E5DBCC;
}
.TagClassName
{
border-color: #E5DBCC;
}
</style>