Html Css Color HEX #E9DCC7 Half Spanish White
📋 copy color: '#E9DCC7'red 233 ◦ green 220 ◦ blue 199
Shades of Half Spanish White #E9DCC7
Tints of Half Spanish White #E9DCC7
RGB
CMYK
RGB Variations
Color information
#E9DCC7 (or 0xE9DCC7) is known color: Half Spanish White. HEX triplet: E9, DC and C7. RGB value is (233,220,199). Sum of RGB (Red+Green+Blue) = 233+220+199=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCC7 is #162338. Grayscale: #DDDDDD. Windows color (decimal): -1450809 or 13098217. OLE color: 13098217.
HSL color Cylindrical-coordinate representation of color #E9DCC7: hue angle of 37.06º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9DCC7 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 199 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.09 |
| HSL | 37.06º | 0.44% | 0.85% | - |
| HSV(B) | 37.06º | 0.15% | 0.91% | - |
| XYZ | 69.51 | 72.63 | 64.39 | - |
| YUV | 221.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 199 | 0 | 0.06 | 0.15 | 0.09 | 37.06 | 0.44 | 0.85 |
| Hex | E9 | DC | C7 | 0 | 6 | F | 9 | 25 | 2C | 55 |
| Octal | 351 | 334 | 307 | 0 | 6 | 17 | 11 | 45 | 54 | 125 |
| Binary | 11101001 | 11011100 | 11000111 | 0 | 110 | 1111 | 1001 | 100101 | 101100 | 1010101 |
Color Harmonies of #E9DCC7
Complementary color
Monochromatic Colors of #E9DCC7
Black with #E9DCC7
Text Example
Text Example
White with #E9DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCC7; }
p { color: rgb(233,220,199); }
H1.HeaderClassName
{
color: #E9DCC7;
}
.AnyTagClassName
{
color: #E9DCC7;
}
</style>
background-color css
<style>
a { background-color: #E9DCC7; }
a { background-color: rgb(233,220,199); }
div.DivClassName
{
background-color: #E9DCC7;
}
.BgClassName
{
background-color: #E9DCC7;
}
</style>
border-color css
<style>
span { border-color: #E9DCC7; }
span { border-color: rgb(233,220,199); }
td.TdClassName
{
border-color: #E9DCC7;
}
.TagClassName
{
border-color: #E9DCC7;
}
</style>