Html Css Color HEX #E9DDC9 Half Spanish White
📋 copy color: '#E9DDC9'red 233 ◦ green 221 ◦ blue 201
Shades of Half Spanish White #E9DDC9
Tints of Half Spanish White #E9DDC9
RGB
CMYK
RGB Variations
Color information
#E9DDC9 (or 0xE9DDC9) is known color: Half Spanish White. HEX triplet: E9, DD and C9. RGB value is (233,221,201). Sum of RGB (Red+Green+Blue) = 233+221+201=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDC9 is #162236. Grayscale: #DEDEDE. Windows color (decimal): -1450551 or 13229545. OLE color: 13229545.
HSL color Cylindrical-coordinate representation of color #E9DDC9: hue angle of 37.5º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9DDC9 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 201 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.09 |
| HSL | 37.5º | 0.42% | 0.85% | - |
| HSV(B) | 37.5º | 0.14% | 0.91% | - |
| XYZ | 70 | 73.25 | 65.71 | - |
| YUV | 222.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 201 | 0 | 0.05 | 0.14 | 0.09 | 37.5 | 0.42 | 0.85 |
| Hex | E9 | DD | C9 | 0 | 5 | E | 9 | 26 | 2A | 55 |
| Octal | 351 | 335 | 311 | 0 | 5 | 16 | 11 | 46 | 52 | 125 |
| Binary | 11101001 | 11011101 | 11001001 | 0 | 101 | 1110 | 1001 | 100110 | 101010 | 1010101 |
Color Harmonies of #E9DDC9
Complementary color
Monochromatic Colors of #E9DDC9
Black with #E9DDC9
Text Example
Text Example
White with #E9DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDC9; }
p { color: rgb(233,221,201); }
H1.HeaderClassName
{
color: #E9DDC9;
}
.AnyTagClassName
{
color: #E9DDC9;
}
</style>
background-color css
<style>
a { background-color: #E9DDC9; }
a { background-color: rgb(233,221,201); }
div.DivClassName
{
background-color: #E9DDC9;
}
.BgClassName
{
background-color: #E9DDC9;
}
</style>
border-color css
<style>
span { border-color: #E9DDC9; }
span { border-color: rgb(233,221,201); }
td.TdClassName
{
border-color: #E9DDC9;
}
.TagClassName
{
border-color: #E9DDC9;
}
</style>