Html Css Color HEX #E5D9C9 Half Spanish White
📋 copy color: '#E5D9C9'red 229 ◦ green 217 ◦ blue 201
Shades of Half Spanish White #E5D9C9
Tints of Half Spanish White #E5D9C9
RGB
CMYK
RGB Variations
Color information
#E5D9C9 (or 0xE5D9C9) is known color: Half Spanish White. HEX triplet: E5, D9 and C9. RGB value is (229,217,201). Sum of RGB (Red+Green+Blue) = 229+217+201=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9C9 is #1A2636. Grayscale: #DADADA. Windows color (decimal): -1713719 or 13228517. OLE color: 13228517.
HSL color Cylindrical-coordinate representation of color #E5D9C9: hue angle of 34.29º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5D9C9 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 217 | 201 | - |
CMYK | 0 | 0.05 | 0.12 | 0.10 |
HSL | 34.29º | 0.35% | 0.84% | - |
HSV(B) | 34.29º | 0.12% | 0.9% | - |
XYZ | 67.67 | 70.5 | 65.3 | - |
YUV | 218.76 | 117.98 | 135.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 217 | 201 | 0 | 0.05 | 0.12 | 0.10 | 34.29 | 0.35 | 0.84 |
Hex | E5 | D9 | C9 | 0 | 5 | C | A | 22 | 23 | 54 |
Octal | 345 | 331 | 311 | 0 | 5 | 14 | 12 | 42 | 43 | 124 |
Binary | 11100101 | 11011001 | 11001001 | 0 | 101 | 1100 | 1010 | 100010 | 100011 | 1010100 |
Color Harmonies of #E5D9C9
Complementary color
Monochromatic Colors of #E5D9C9
Black with #E5D9C9
Text Example
Text Example
White with #E5D9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9C9; }
p { color: rgb(229,217,201); }
H1.HeaderClassName
{
color: #E5D9C9;
}
.AnyTagClassName
{
color: #E5D9C9;
}
</style>
background-color css
<style>
a { background-color: #E5D9C9; }
a { background-color: rgb(229,217,201); }
div.DivClassName
{
background-color: #E5D9C9;
}
.BgClassName
{
background-color: #E5D9C9;
}
</style>
border-color css
<style>
span { border-color: #E5D9C9; }
span { border-color: rgb(229,217,201); }
td.TdClassName
{
border-color: #E5D9C9;
}
.TagClassName
{
border-color: #E5D9C9;
}
</style>