Html Css Color HEX #E8DBCB Half Spanish White
📋 copy color: '#E8DBCB'red 232 ◦ green 219 ◦ blue 203
Shades of Half Spanish White #E8DBCB
Tints of Half Spanish White #E8DBCB
RGB
CMYK
RGB Variations
Color information
#E8DBCB (or 0xE8DBCB) is known color: Half Spanish White. HEX triplet: E8, DB and CB. RGB value is (232,219,203). Sum of RGB (Red+Green+Blue) = 232+219+203=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBCB is #172434. Grayscale: #DDDDDD. Windows color (decimal): -1516597 or 13360104. OLE color: 13360104.
HSL color Cylindrical-coordinate representation of color #E8DBCB: hue angle of 33.1º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DBCB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 203 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.09 |
| HSL | 33.1º | 0.39% | 0.85% | - |
| HSV(B) | 33.1º | 0.13% | 0.91% | - |
| XYZ | 69.39 | 72.13 | 66.77 | - |
| YUV | 221.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 203 | 0 | 0.06 | 0.12 | 0.09 | 33.1 | 0.39 | 0.85 |
| Hex | E8 | DB | CB | 0 | 6 | C | 9 | 21 | 27 | 55 |
| Octal | 350 | 333 | 313 | 0 | 6 | 14 | 11 | 41 | 47 | 125 |
| Binary | 11101000 | 11011011 | 11001011 | 0 | 110 | 1100 | 1001 | 100001 | 100111 | 1010101 |
Color Harmonies of #E8DBCB
Complementary color
Monochromatic Colors of #E8DBCB
Black with #E8DBCB
Text Example
Text Example
White with #E8DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBCB; }
p { color: rgb(232,219,203); }
H1.HeaderClassName
{
color: #E8DBCB;
}
.AnyTagClassName
{
color: #E8DBCB;
}
</style>
background-color css
<style>
a { background-color: #E8DBCB; }
a { background-color: rgb(232,219,203); }
div.DivClassName
{
background-color: #E8DBCB;
}
.BgClassName
{
background-color: #E8DBCB;
}
</style>
border-color css
<style>
span { border-color: #E8DBCB; }
span { border-color: rgb(232,219,203); }
td.TdClassName
{
border-color: #E8DBCB;
}
.TagClassName
{
border-color: #E8DBCB;
}
</style>