Html Css Color HEX #E5DCCC Half Spanish White
📋 copy color: '#E5DCCC'red 229 ◦ green 220 ◦ blue 204
Shades of Half Spanish White #E5DCCC
Tints of Half Spanish White #E5DCCC
RGB
CMYK
RGB Variations
Color information
#E5DCCC (or 0xE5DCCC) is known color: Half Spanish White. HEX triplet: E5, DC and CC. RGB value is (229,220,204). Sum of RGB (Red+Green+Blue) = 229+220+204=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCCC is #1A2333. Grayscale: #DCDCDC. Windows color (decimal): -1712948 or 13425893. OLE color: 13425893.
HSL color Cylindrical-coordinate representation of color #E5DCCC: hue angle of 38.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DCCC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 220 | 204 | - |
CMYK | 0 | 0.04 | 0.11 | 0.10 |
HSL | 38.4º | 0.32% | 0.85% | - |
HSV(B) | 38.4º | 0.11% | 0.9% | - |
XYZ | 68.81 | 72.2 | 67.44 | - |
YUV | 220.87 | 118.48 | 133.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 220 | 204 | 0 | 0.04 | 0.11 | 0.10 | 38.4 | 0.32 | 0.85 |
Hex | E5 | DC | CC | 0 | 4 | B | A | 26 | 20 | 55 |
Octal | 345 | 334 | 314 | 0 | 4 | 13 | 12 | 46 | 40 | 125 |
Binary | 11100101 | 11011100 | 11001100 | 0 | 100 | 1011 | 1010 | 100110 | 100000 | 1010101 |
Color Harmonies of #E5DCCC
Complementary color
Monochromatic Colors of #E5DCCC
Black with #E5DCCC
Text Example
Text Example
White with #E5DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCCC; }
p { color: rgb(229,220,204); }
H1.HeaderClassName
{
color: #E5DCCC;
}
.AnyTagClassName
{
color: #E5DCCC;
}
</style>
background-color css
<style>
a { background-color: #E5DCCC; }
a { background-color: rgb(229,220,204); }
div.DivClassName
{
background-color: #E5DCCC;
}
.BgClassName
{
background-color: #E5DCCC;
}
</style>
border-color css
<style>
span { border-color: #E5DCCC; }
span { border-color: rgb(229,220,204); }
td.TdClassName
{
border-color: #E5DCCC;
}
.TagClassName
{
border-color: #E5DCCC;
}
</style>