Html Css Color HEX #E8DDCC Half Spanish White
📋 copy color: '#E8DDCC'red 232 ◦ green 221 ◦ blue 204
Shades of Half Spanish White #E8DDCC
Tints of Half Spanish White #E8DDCC
RGB
CMYK
RGB Variations
Color information
#E8DDCC (or 0xE8DDCC) is known color: Half Spanish White. HEX triplet: E8, DD and CC. RGB value is (232,221,204). Sum of RGB (Red+Green+Blue) = 232+221+204=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDCC is #172233. Grayscale: #DEDEDE. Windows color (decimal): -1516084 or 13426152. OLE color: 13426152.
HSL color Cylindrical-coordinate representation of color #E8DDCC: hue angle of 36.43º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DDCC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 204 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.09 |
| HSL | 36.43º | 0.38% | 0.85% | - |
| HSV(B) | 36.43º | 0.12% | 0.91% | - |
| XYZ | 70.03 | 73.23 | 67.57 | - |
| YUV | 222.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 204 | 0 | 0.05 | 0.12 | 0.09 | 36.43 | 0.38 | 0.85 |
| Hex | E8 | DD | CC | 0 | 5 | C | 9 | 24 | 26 | 55 |
| Octal | 350 | 335 | 314 | 0 | 5 | 14 | 11 | 44 | 46 | 125 |
| Binary | 11101000 | 11011101 | 11001100 | 0 | 101 | 1100 | 1001 | 100100 | 100110 | 1010101 |
Color Harmonies of #E8DDCC
Complementary color
Monochromatic Colors of #E8DDCC
Black with #E8DDCC
Text Example
Text Example
White with #E8DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDCC; }
p { color: rgb(232,221,204); }
H1.HeaderClassName
{
color: #E8DDCC;
}
.AnyTagClassName
{
color: #E8DDCC;
}
</style>
background-color css
<style>
a { background-color: #E8DDCC; }
a { background-color: rgb(232,221,204); }
div.DivClassName
{
background-color: #E8DDCC;
}
.BgClassName
{
background-color: #E8DDCC;
}
</style>
border-color css
<style>
span { border-color: #E8DDCC; }
span { border-color: rgb(232,221,204); }
td.TdClassName
{
border-color: #E8DDCC;
}
.TagClassName
{
border-color: #E8DDCC;
}
</style>