Html Css Color HEX #E6DBCD Half Spanish White
📋 copy color: '#E6DBCD'red 230 ◦ green 219 ◦ blue 205
Shades of Half Spanish White #E6DBCD
Tints of Half Spanish White #E6DBCD
RGB
CMYK
RGB Variations
Color information
#E6DBCD (or 0xE6DBCD) is known color: Half Spanish White. HEX triplet: E6, DB and CD. RGB value is (230,219,205). Sum of RGB (Red+Green+Blue) = 230+219+205=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBCD is #192432. Grayscale: #DCDCDC. Windows color (decimal): -1647667 or 13491174. OLE color: 13491174.
HSL color Cylindrical-coordinate representation of color #E6DBCD: hue angle of 33.6º degrees, saturation: 0.33, 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 #E6DBCD is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 205 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.10 |
| HSL | 33.6º | 0.33% | 0.85% | - |
| HSV(B) | 33.6º | 0.11% | 0.9% | - |
| XYZ | 68.98 | 71.89 | 68 | - |
| YUV | 220.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 205 | 0 | 0.05 | 0.11 | 0.10 | 33.6 | 0.33 | 0.85 |
| Hex | E6 | DB | CD | 0 | 5 | B | A | 22 | 21 | 55 |
| Octal | 346 | 333 | 315 | 0 | 5 | 13 | 12 | 42 | 41 | 125 |
| Binary | 11100110 | 11011011 | 11001101 | 0 | 101 | 1011 | 1010 | 100010 | 100001 | 1010101 |
Color Harmonies of #E6DBCD
Complementary color
Monochromatic Colors of #E6DBCD
Black with #E6DBCD
Text Example
Text Example
White with #E6DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBCD; }
p { color: rgb(230,219,205); }
H1.HeaderClassName
{
color: #E6DBCD;
}
.AnyTagClassName
{
color: #E6DBCD;
}
</style>
background-color css
<style>
a { background-color: #E6DBCD; }
a { background-color: rgb(230,219,205); }
div.DivClassName
{
background-color: #E6DBCD;
}
.BgClassName
{
background-color: #E6DBCD;
}
</style>
border-color css
<style>
span { border-color: #E6DBCD; }
span { border-color: rgb(230,219,205); }
td.TdClassName
{
border-color: #E6DBCD;
}
.TagClassName
{
border-color: #E6DBCD;
}
</style>