Html Css Color HEX #E8DCCB Half Spanish White
📋 copy color: '#E8DCCB'red 232 ◦ green 220 ◦ blue 203
Shades of Half Spanish White #E8DCCB
Tints of Half Spanish White #E8DCCB
RGB
CMYK
RGB Variations
Color information
#E8DCCB (or 0xE8DCCB) is known color: Half Spanish White. HEX triplet: E8, DC and CB. RGB value is (232,220,203). Sum of RGB (Red+Green+Blue) = 232+220+203=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCCB is #172334. Grayscale: #DDDDDD. Windows color (decimal): -1516341 or 13360360. OLE color: 13360360.
HSL color Cylindrical-coordinate representation of color #E8DCCB: hue angle of 35.17º 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 #E8DCCB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 203 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.09 |
| HSL | 35.17º | 0.39% | 0.85% | - |
| HSV(B) | 35.17º | 0.13% | 0.91% | - |
| XYZ | 69.65 | 72.65 | 66.85 | - |
| YUV | 221.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 203 | 0 | 0.05 | 0.12 | 0.09 | 35.17 | 0.39 | 0.85 |
| Hex | E8 | DC | CB | 0 | 5 | C | 9 | 23 | 27 | 55 |
| Octal | 350 | 334 | 313 | 0 | 5 | 14 | 11 | 43 | 47 | 125 |
| Binary | 11101000 | 11011100 | 11001011 | 0 | 101 | 1100 | 1001 | 100011 | 100111 | 1010101 |
Color Harmonies of #E8DCCB
Complementary color
Monochromatic Colors of #E8DCCB
Black with #E8DCCB
Text Example
Text Example
White with #E8DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCCB; }
p { color: rgb(232,220,203); }
H1.HeaderClassName
{
color: #E8DCCB;
}
.AnyTagClassName
{
color: #E8DCCB;
}
</style>
background-color css
<style>
a { background-color: #E8DCCB; }
a { background-color: rgb(232,220,203); }
div.DivClassName
{
background-color: #E8DCCB;
}
.BgClassName
{
background-color: #E8DCCB;
}
</style>
border-color css
<style>
span { border-color: #E8DCCB; }
span { border-color: rgb(232,220,203); }
td.TdClassName
{
border-color: #E8DCCB;
}
.TagClassName
{
border-color: #E8DCCB;
}
</style>