Html Css Color HEX #E8DBCA Half Spanish White
📋 copy color: '#E8DBCA'red 232 ◦ green 219 ◦ blue 202
Shades of Half Spanish White #E8DBCA
Tints of Half Spanish White #E8DBCA
RGB
CMYK
RGB Variations
Color information
#E8DBCA (or 0xE8DBCA) is known color: Half Spanish White. HEX triplet: E8, DB and CA. RGB value is (232,219,202). Sum of RGB (Red+Green+Blue) = 232+219+202=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBCA is #172435. Grayscale: #DDDDDD. Windows color (decimal): -1516598 or 13294568. OLE color: 13294568.
HSL color Cylindrical-coordinate representation of color #E8DBCA: hue angle of 34º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8DBCA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 202 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.09 |
| HSL | 34º | 0.39% | 0.85% | - |
| HSV(B) | 34º | 0.13% | 0.91% | - |
| XYZ | 69.27 | 72.08 | 66.14 | - |
| YUV | 220.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 202 | 0 | 0.06 | 0.13 | 0.09 | 34 | 0.39 | 0.85 |
| Hex | E8 | DB | CA | 0 | 6 | D | 9 | 22 | 27 | 55 |
| Octal | 350 | 333 | 312 | 0 | 6 | 15 | 11 | 42 | 47 | 125 |
| Binary | 11101000 | 11011011 | 11001010 | 0 | 110 | 1101 | 1001 | 100010 | 100111 | 1010101 |
Color Harmonies of #E8DBCA
Complementary color
Monochromatic Colors of #E8DBCA
Black with #E8DBCA
Text Example
Text Example
White with #E8DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBCA; }
p { color: rgb(232,219,202); }
H1.HeaderClassName
{
color: #E8DBCA;
}
.AnyTagClassName
{
color: #E8DBCA;
}
</style>
background-color css
<style>
a { background-color: #E8DBCA; }
a { background-color: rgb(232,219,202); }
div.DivClassName
{
background-color: #E8DBCA;
}
.BgClassName
{
background-color: #E8DBCA;
}
</style>
border-color css
<style>
span { border-color: #E8DBCA; }
span { border-color: rgb(232,219,202); }
td.TdClassName
{
border-color: #E8DBCA;
}
.TagClassName
{
border-color: #E8DBCA;
}
</style>