Html Css Color HEX #E6DBC7 Half Spanish White
📋 copy color: '#E6DBC7'red 230 ◦ green 219 ◦ blue 199
Shades of Half Spanish White #E6DBC7
Tints of Half Spanish White #E6DBC7
RGB
CMYK
RGB Variations
Color information
#E6DBC7 (or 0xE6DBC7) is known color: Half Spanish White. HEX triplet: E6, DB and C7. RGB value is (230,219,199). Sum of RGB (Red+Green+Blue) = 230+219+199=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBC7 is #192438. Grayscale: #DCDCDC. Windows color (decimal): -1647673 or 13097958. OLE color: 13097958.
HSL color Cylindrical-coordinate representation of color #E6DBC7: hue angle of 38.71º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6DBC7 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 219 | 199 | - |
CMYK | 0 | 0.05 | 0.13 | 0.10 |
HSL | 38.71º | 0.38% | 0.84% | - |
HSV(B) | 38.71º | 0.13% | 0.9% | - |
XYZ | 68.27 | 71.61 | 64.26 | - |
YUV | 220.01 | 116.14 | 135.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 219 | 199 | 0 | 0.05 | 0.13 | 0.10 | 38.71 | 0.38 | 0.84 |
Hex | E6 | DB | C7 | 0 | 5 | D | A | 27 | 26 | 54 |
Octal | 346 | 333 | 307 | 0 | 5 | 15 | 12 | 47 | 46 | 124 |
Binary | 11100110 | 11011011 | 11000111 | 0 | 101 | 1101 | 1010 | 100111 | 100110 | 1010100 |
Color Harmonies of #E6DBC7
Complementary color
Monochromatic Colors of #E6DBC7
Black with #E6DBC7
Text Example
Text Example
White with #E6DBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBC7; }
p { color: rgb(230,219,199); }
H1.HeaderClassName
{
color: #E6DBC7;
}
.AnyTagClassName
{
color: #E6DBC7;
}
</style>
background-color css
<style>
a { background-color: #E6DBC7; }
a { background-color: rgb(230,219,199); }
div.DivClassName
{
background-color: #E6DBC7;
}
.BgClassName
{
background-color: #E6DBC7;
}
</style>
border-color css
<style>
span { border-color: #E6DBC7; }
span { border-color: rgb(230,219,199); }
td.TdClassName
{
border-color: #E6DBC7;
}
.TagClassName
{
border-color: #E6DBC7;
}
</style>