Html Css Color HEX #E7DBCD Half Spanish White
📋 copy color: '#E7DBCD'red 231 ◦ green 219 ◦ blue 205
Shades of Half Spanish White #E7DBCD
Tints of Half Spanish White #E7DBCD
RGB
CMYK
RGB Variations
Color information
#E7DBCD (or 0xE7DBCD) is known color: Half Spanish White. HEX triplet: E7, DB and CD. RGB value is (231,219,205). Sum of RGB (Red+Green+Blue) = 231+219+205=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBCD is #182432. Grayscale: #DDDDDD. Windows color (decimal): -1582131 or 13491175. OLE color: 13491175.
HSL color Cylindrical-coordinate representation of color #E7DBCD: hue angle of 32.31º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DBCD is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 205 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.09 |
| HSL | 32.31º | 0.35% | 0.85% | - |
| HSV(B) | 32.31º | 0.11% | 0.91% | - |
| XYZ | 69.31 | 72.06 | 68.01 | - |
| YUV | 220.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 205 | 0 | 0.05 | 0.11 | 0.09 | 32.31 | 0.35 | 0.85 |
| Hex | E7 | DB | CD | 0 | 5 | B | 9 | 20 | 23 | 55 |
| Octal | 347 | 333 | 315 | 0 | 5 | 13 | 11 | 40 | 43 | 125 |
| Binary | 11100111 | 11011011 | 11001101 | 0 | 101 | 1011 | 1001 | 100000 | 100011 | 1010101 |
Color Harmonies of #E7DBCD
Complementary color
Monochromatic Colors of #E7DBCD
Black with #E7DBCD
Text Example
Text Example
White with #E7DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBCD; }
p { color: rgb(231,219,205); }
H1.HeaderClassName
{
color: #E7DBCD;
}
.AnyTagClassName
{
color: #E7DBCD;
}
</style>
background-color css
<style>
a { background-color: #E7DBCD; }
a { background-color: rgb(231,219,205); }
div.DivClassName
{
background-color: #E7DBCD;
}
.BgClassName
{
background-color: #E7DBCD;
}
</style>
border-color css
<style>
span { border-color: #E7DBCD; }
span { border-color: rgb(231,219,205); }
td.TdClassName
{
border-color: #E7DBCD;
}
.TagClassName
{
border-color: #E7DBCD;
}
</style>