Html Css Color HEX #E6DBCC Half Spanish White
📋 copy color: '#E6DBCC'red 230 ◦ green 219 ◦ blue 204
Shades of Half Spanish White #E6DBCC
Tints of Half Spanish White #E6DBCC
RGB
CMYK
RGB Variations
Color information
#E6DBCC (or 0xE6DBCC) is known color: Half Spanish White. HEX triplet: E6, DB and CC. RGB value is (230,219,204). Sum of RGB (Red+Green+Blue) = 230+219+204=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBCC is #192433. Grayscale: #DCDCDC. Windows color (decimal): -1647668 or 13425638. OLE color: 13425638.
HSL color Cylindrical-coordinate representation of color #E6DBCC: hue angle of 34.62º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6DBCC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 204 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.10 |
| HSL | 34.62º | 0.34% | 0.85% | - |
| HSV(B) | 34.62º | 0.11% | 0.9% | - |
| XYZ | 68.86 | 71.85 | 67.36 | - |
| YUV | 220.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 204 | 0 | 0.05 | 0.11 | 0.10 | 34.62 | 0.34 | 0.85 |
| Hex | E6 | DB | CC | 0 | 5 | B | A | 23 | 22 | 55 |
| Octal | 346 | 333 | 314 | 0 | 5 | 13 | 12 | 43 | 42 | 125 |
| Binary | 11100110 | 11011011 | 11001100 | 0 | 101 | 1011 | 1010 | 100011 | 100010 | 1010101 |
Color Harmonies of #E6DBCC
Complementary color
Monochromatic Colors of #E6DBCC
Black with #E6DBCC
Text Example
Text Example
White with #E6DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBCC; }
p { color: rgb(230,219,204); }
H1.HeaderClassName
{
color: #E6DBCC;
}
.AnyTagClassName
{
color: #E6DBCC;
}
</style>
background-color css
<style>
a { background-color: #E6DBCC; }
a { background-color: rgb(230,219,204); }
div.DivClassName
{
background-color: #E6DBCC;
}
.BgClassName
{
background-color: #E6DBCC;
}
</style>
border-color css
<style>
span { border-color: #E6DBCC; }
span { border-color: rgb(230,219,204); }
td.TdClassName
{
border-color: #E6DBCC;
}
.TagClassName
{
border-color: #E6DBCC;
}
</style>