Html Css Color HEX #E5DAC5 Half Spanish White
📋 copy color: '#E5DAC5'red 229 ◦ green 218 ◦ blue 197
Shades of Half Spanish White #E5DAC5
Tints of Half Spanish White #E5DAC5
RGB
CMYK
RGB Variations
Color information
#E5DAC5 (or 0xE5DAC5) is known color: Half Spanish White. HEX triplet: E5, DA and C5. RGB value is (229,218,197). Sum of RGB (Red+Green+Blue) = 229+218+197=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DAC5 is #1A253A. Grayscale: #DADADA. Windows color (decimal): -1713467 or 12966629. OLE color: 12966629.
HSL color Cylindrical-coordinate representation of color #E5DAC5: hue angle of 39.38º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5DAC5 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 218 | 197 | - |
CMYK | 0 | 0.05 | 0.14 | 0.10 |
HSL | 39.38º | 0.38% | 0.84% | - |
HSV(B) | 39.38º | 0.14% | 0.9% | - |
XYZ | 67.46 | 70.83 | 62.94 | - |
YUV | 218.9 | 115.64 | 135.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 197 | 0 | 0.05 | 0.14 | 0.10 | 39.38 | 0.38 | 0.84 |
Hex | E5 | DA | C5 | 0 | 5 | E | A | 27 | 26 | 54 |
Octal | 345 | 332 | 305 | 0 | 5 | 16 | 12 | 47 | 46 | 124 |
Binary | 11100101 | 11011010 | 11000101 | 0 | 101 | 1110 | 1010 | 100111 | 100110 | 1010100 |
Color Harmonies of #E5DAC5
Complementary color
Monochromatic Colors of #E5DAC5
Black with #E5DAC5
Text Example
Text Example
White with #E5DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAC5; }
p { color: rgb(229,218,197); }
H1.HeaderClassName
{
color: #E5DAC5;
}
.AnyTagClassName
{
color: #E5DAC5;
}
</style>
background-color css
<style>
a { background-color: #E5DAC5; }
a { background-color: rgb(229,218,197); }
div.DivClassName
{
background-color: #E5DAC5;
}
.BgClassName
{
background-color: #E5DAC5;
}
</style>
border-color css
<style>
span { border-color: #E5DAC5; }
span { border-color: rgb(229,218,197); }
td.TdClassName
{
border-color: #E5DAC5;
}
.TagClassName
{
border-color: #E5DAC5;
}
</style>