Html Css Color HEX #E7DBCC Half Spanish White
📋 copy color: '#E7DBCC'red 231 ◦ green 219 ◦ blue 204
Shades of Half Spanish White #E7DBCC
Tints of Half Spanish White #E7DBCC
RGB
CMYK
RGB Variations
Color information
#E7DBCC (or 0xE7DBCC) is known color: Half Spanish White. HEX triplet: E7, DB and CC. RGB value is (231,219,204). Sum of RGB (Red+Green+Blue) = 231+219+204=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBCC is #182433. Grayscale: #DCDCDC. Windows color (decimal): -1582132 or 13425639. OLE color: 13425639.
HSL color Cylindrical-coordinate representation of color #E7DBCC: hue angle of 33.33º degrees, saturation: 0.36, 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 #E7DBCC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 204 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.09 |
| HSL | 33.33º | 0.36% | 0.85% | - |
| HSV(B) | 33.33º | 0.12% | 0.91% | - |
| XYZ | 69.19 | 72.01 | 67.38 | - |
| YUV | 220.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 204 | 0 | 0.05 | 0.12 | 0.09 | 33.33 | 0.36 | 0.85 |
| Hex | E7 | DB | CC | 0 | 5 | C | 9 | 21 | 24 | 55 |
| Octal | 347 | 333 | 314 | 0 | 5 | 14 | 11 | 41 | 44 | 125 |
| Binary | 11100111 | 11011011 | 11001100 | 0 | 101 | 1100 | 1001 | 100001 | 100100 | 1010101 |
Color Harmonies of #E7DBCC
Complementary color
Monochromatic Colors of #E7DBCC
Black with #E7DBCC
Text Example
Text Example
White with #E7DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBCC; }
p { color: rgb(231,219,204); }
H1.HeaderClassName
{
color: #E7DBCC;
}
.AnyTagClassName
{
color: #E7DBCC;
}
</style>
background-color css
<style>
a { background-color: #E7DBCC; }
a { background-color: rgb(231,219,204); }
div.DivClassName
{
background-color: #E7DBCC;
}
.BgClassName
{
background-color: #E7DBCC;
}
</style>
border-color css
<style>
span { border-color: #E7DBCC; }
span { border-color: rgb(231,219,204); }
td.TdClassName
{
border-color: #E7DBCC;
}
.TagClassName
{
border-color: #E7DBCC;
}
</style>