Html Css Color HEX #E9DCCC Half Spanish White
📋 copy color: '#E9DCCC'red 233 ◦ green 220 ◦ blue 204
Shades of Half Spanish White #E9DCCC
Tints of Half Spanish White #E9DCCC
RGB
CMYK
RGB Variations
Color information
#E9DCCC (or 0xE9DCCC) is known color: Half Spanish White. HEX triplet: E9, DC and CC. RGB value is (233,220,204). Sum of RGB (Red+Green+Blue) = 233+220+204=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCCC is #162333. Grayscale: #DEDEDE. Windows color (decimal): -1450804 or 13425897. OLE color: 13425897.
HSL color Cylindrical-coordinate representation of color #E9DCCC: hue angle of 33.1º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DCCC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 204 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.09 |
| HSL | 33.1º | 0.4% | 0.86% | - |
| HSV(B) | 33.1º | 0.12% | 0.91% | - |
| XYZ | 70.1 | 72.87 | 67.5 | - |
| YUV | 222.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 204 | 0 | 0.06 | 0.12 | 0.09 | 33.1 | 0.4 | 0.86 |
| Hex | E9 | DC | CC | 0 | 6 | C | 9 | 21 | 28 | 56 |
| Octal | 351 | 334 | 314 | 0 | 6 | 14 | 11 | 41 | 50 | 126 |
| Binary | 11101001 | 11011100 | 11001100 | 0 | 110 | 1100 | 1001 | 100001 | 101000 | 1010110 |
Color Harmonies of #E9DCCC
Complementary color
Monochromatic Colors of #E9DCCC
Black with #E9DCCC
Text Example
Text Example
White with #E9DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCCC; }
p { color: rgb(233,220,204); }
H1.HeaderClassName
{
color: #E9DCCC;
}
.AnyTagClassName
{
color: #E9DCCC;
}
</style>
background-color css
<style>
a { background-color: #E9DCCC; }
a { background-color: rgb(233,220,204); }
div.DivClassName
{
background-color: #E9DCCC;
}
.BgClassName
{
background-color: #E9DCCC;
}
</style>
border-color css
<style>
span { border-color: #E9DCCC; }
span { border-color: rgb(233,220,204); }
td.TdClassName
{
border-color: #E9DCCC;
}
.TagClassName
{
border-color: #E9DCCC;
}
</style>