Html Css Color HEX #E5D8C3 Half Spanish White
📋 copy color: '#E5D8C3'red 229 ◦ green 216 ◦ blue 195
Shades of Half Spanish White #E5D8C3
Tints of Half Spanish White #E5D8C3
RGB
CMYK
RGB Variations
Color information
#E5D8C3 (or 0xE5D8C3) is known color: Half Spanish White. HEX triplet: E5, D8 and C3. RGB value is (229,216,195). Sum of RGB (Red+Green+Blue) = 229+216+195=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 195 (76.56% from 255 or 30.47% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8C3 is #1A273C. Grayscale: #D9D9D9. Windows color (decimal): -1713981 or 12835045. OLE color: 12835045.
HSL color Cylindrical-coordinate representation of color #E5D8C3: hue angle of 37.06º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5D8C3 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 195 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.10 |
| HSL | 37.06º | 0.4% | 0.83% | - |
| HSV(B) | 37.06º | 0.15% | 0.9% | - |
| XYZ | 66.72 | 69.71 | 61.57 | - |
| YUV | 217.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 195 | 0 | 0.06 | 0.15 | 0.10 | 37.06 | 0.4 | 0.83 |
| Hex | E5 | D8 | C3 | 0 | 6 | F | A | 25 | 28 | 53 |
| Octal | 345 | 330 | 303 | 0 | 6 | 17 | 12 | 45 | 50 | 123 |
| Binary | 11100101 | 11011000 | 11000011 | 0 | 110 | 1111 | 1010 | 100101 | 101000 | 1010011 |
Color Harmonies of #E5D8C3
Complementary color
Monochromatic Colors of #E5D8C3
Black with #E5D8C3
Text Example
Text Example
White with #E5D8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D8C3; }
p { color: rgb(229,216,195); }
H1.HeaderClassName
{
color: #E5D8C3;
}
.AnyTagClassName
{
color: #E5D8C3;
}
</style>
background-color css
<style>
a { background-color: #E5D8C3; }
a { background-color: rgb(229,216,195); }
div.DivClassName
{
background-color: #E5D8C3;
}
.BgClassName
{
background-color: #E5D8C3;
}
</style>
border-color css
<style>
span { border-color: #E5D8C3; }
span { border-color: rgb(229,216,195); }
td.TdClassName
{
border-color: #E5D8C3;
}
.TagClassName
{
border-color: #E5D8C3;
}
</style>