Html Css Color HEX #E7DAC5 Half Spanish White
📋 copy color: '#E7DAC5'red 231 ◦ green 218 ◦ blue 197
Shades of Half Spanish White #E7DAC5
Tints of Half Spanish White #E7DAC5
RGB
CMYK
RGB Variations
Color information
#E7DAC5 (or 0xE7DAC5) is known color: Half Spanish White. HEX triplet: E7, DA and C5. RGB value is (231,218,197). Sum of RGB (Red+Green+Blue) = 231+218+197=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DAC5 is #18253A. Grayscale: #DBDBDB. Windows color (decimal): -1582395 or 12966631. OLE color: 12966631.
HSL color Cylindrical-coordinate representation of color #E7DAC5: hue angle of 37.06º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7DAC5 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 197 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.09 |
| HSL | 37.06º | 0.41% | 0.84% | - |
| HSV(B) | 37.06º | 0.15% | 0.91% | - |
| XYZ | 68.1 | 71.16 | 62.97 | - |
| YUV | 219.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 197 | 0 | 0.06 | 0.15 | 0.09 | 37.06 | 0.41 | 0.84 |
| Hex | E7 | DA | C5 | 0 | 6 | F | 9 | 25 | 29 | 54 |
| Octal | 347 | 332 | 305 | 0 | 6 | 17 | 11 | 45 | 51 | 124 |
| Binary | 11100111 | 11011010 | 11000101 | 0 | 110 | 1111 | 1001 | 100101 | 101001 | 1010100 |
Color Harmonies of #E7DAC5
Complementary color
Monochromatic Colors of #E7DAC5
Black with #E7DAC5
Text Example
Text Example
White with #E7DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAC5; }
p { color: rgb(231,218,197); }
H1.HeaderClassName
{
color: #E7DAC5;
}
.AnyTagClassName
{
color: #E7DAC5;
}
</style>
background-color css
<style>
a { background-color: #E7DAC5; }
a { background-color: rgb(231,218,197); }
div.DivClassName
{
background-color: #E7DAC5;
}
.BgClassName
{
background-color: #E7DAC5;
}
</style>
border-color css
<style>
span { border-color: #E7DAC5; }
span { border-color: rgb(231,218,197); }
td.TdClassName
{
border-color: #E7DAC5;
}
.TagClassName
{
border-color: #E7DAC5;
}
</style>