Html Css Color HEX #E8DDC8 Half Spanish White
📋 copy color: '#E8DDC8'red 232 ◦ green 221 ◦ blue 200
Shades of Half Spanish White #E8DDC8
Tints of Half Spanish White #E8DDC8
RGB
CMYK
RGB Variations
Color information
#E8DDC8 (or 0xE8DDC8) is known color: Half Spanish White. HEX triplet: E8, DD and C8. RGB value is (232,221,200). Sum of RGB (Red+Green+Blue) = 232+221+200=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDC8 is #172237. Grayscale: #DDDDDD. Windows color (decimal): -1516088 or 13164008. OLE color: 13164008.
HSL color Cylindrical-coordinate representation of color #E8DDC8: hue angle of 39.38º degrees, saturation: 0.41, 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 #E8DDC8 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 200 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.09 |
| HSL | 39.38º | 0.41% | 0.85% | - |
| HSV(B) | 39.38º | 0.14% | 0.91% | - |
| XYZ | 69.56 | 73.04 | 65.08 | - |
| YUV | 221.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 200 | 0 | 0.05 | 0.14 | 0.09 | 39.38 | 0.41 | 0.85 |
| Hex | E8 | DD | C8 | 0 | 5 | E | 9 | 27 | 29 | 55 |
| Octal | 350 | 335 | 310 | 0 | 5 | 16 | 11 | 47 | 51 | 125 |
| Binary | 11101000 | 11011101 | 11001000 | 0 | 101 | 1110 | 1001 | 100111 | 101001 | 1010101 |
Color Harmonies of #E8DDC8
Complementary color
Monochromatic Colors of #E8DDC8
Black with #E8DDC8
Text Example
Text Example
White with #E8DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDC8; }
p { color: rgb(232,221,200); }
H1.HeaderClassName
{
color: #E8DDC8;
}
.AnyTagClassName
{
color: #E8DDC8;
}
</style>
background-color css
<style>
a { background-color: #E8DDC8; }
a { background-color: rgb(232,221,200); }
div.DivClassName
{
background-color: #E8DDC8;
}
.BgClassName
{
background-color: #E8DDC8;
}
</style>
border-color css
<style>
span { border-color: #E8DDC8; }
span { border-color: rgb(232,221,200); }
td.TdClassName
{
border-color: #E8DDC8;
}
.TagClassName
{
border-color: #E8DDC8;
}
</style>