Html Css Color HEX #E8DCCC Half Spanish White
📋 copy color: '#E8DCCC'red 232 ◦ green 220 ◦ blue 204
Shades of Half Spanish White #E8DCCC
Tints of Half Spanish White #E8DCCC
RGB
CMYK
RGB Variations
Color information
#E8DCCC (or 0xE8DCCC) is known color: Half Spanish White. HEX triplet: E8, DC and CC. RGB value is (232,220,204). Sum of RGB (Red+Green+Blue) = 232+220+204=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCCC is #172333. Grayscale: #DDDDDD. Windows color (decimal): -1516340 or 13425896. OLE color: 13425896.
HSL color Cylindrical-coordinate representation of color #E8DCCC: hue angle of 34.29º 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 #E8DCCC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 204 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.09 |
| HSL | 34.29º | 0.38% | 0.85% | - |
| HSV(B) | 34.29º | 0.12% | 0.91% | - |
| XYZ | 69.77 | 72.7 | 67.48 | - |
| YUV | 221.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 204 | 0 | 0.05 | 0.12 | 0.09 | 34.29 | 0.38 | 0.85 |
| Hex | E8 | DC | CC | 0 | 5 | C | 9 | 22 | 26 | 55 |
| Octal | 350 | 334 | 314 | 0 | 5 | 14 | 11 | 42 | 46 | 125 |
| Binary | 11101000 | 11011100 | 11001100 | 0 | 101 | 1100 | 1001 | 100010 | 100110 | 1010101 |
Color Harmonies of #E8DCCC
Complementary color
Monochromatic Colors of #E8DCCC
Black with #E8DCCC
Text Example
Text Example
White with #E8DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCCC; }
p { color: rgb(232,220,204); }
H1.HeaderClassName
{
color: #E8DCCC;
}
.AnyTagClassName
{
color: #E8DCCC;
}
</style>
background-color css
<style>
a { background-color: #E8DCCC; }
a { background-color: rgb(232,220,204); }
div.DivClassName
{
background-color: #E8DCCC;
}
.BgClassName
{
background-color: #E8DCCC;
}
</style>
border-color css
<style>
span { border-color: #E8DCCC; }
span { border-color: rgb(232,220,204); }
td.TdClassName
{
border-color: #E8DCCC;
}
.TagClassName
{
border-color: #E8DCCC;
}
</style>