Html Css Color HEX #E1D5C3 Half Spanish White
📋 copy color: '#E1D5C3'red 225 ◦ green 213 ◦ blue 195
Shades of Half Spanish White #E1D5C3
Tints of Half Spanish White #E1D5C3
RGB
CMYK
RGB Variations
Color information
#E1D5C3 (or 0xE1D5C3) is known color: Half Spanish White. HEX triplet: E1, D5 and C3. RGB value is (225,213,195). Sum of RGB (Red+Green+Blue) = 225+213+195=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5C3 is #1E2A3C. Grayscale: #D6D6D6. Windows color (decimal): -1976893 or 12834273. OLE color: 12834273.
HSL color Cylindrical-coordinate representation of color #E1D5C3: hue angle of 36º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1D5C3 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 195 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.12 |
| HSL | 36º | 0.33% | 0.82% | - |
| HSV(B) | 36º | 0.13% | 0.88% | - |
| XYZ | 64.7 | 67.54 | 61.26 | - |
| YUV | 214.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 195 | 0 | 0.05 | 0.13 | 0.12 | 36 | 0.33 | 0.82 |
| Hex | E1 | D5 | C3 | 0 | 5 | D | C | 24 | 21 | 52 |
| Octal | 341 | 325 | 303 | 0 | 5 | 15 | 14 | 44 | 41 | 122 |
| Binary | 11100001 | 11010101 | 11000011 | 0 | 101 | 1101 | 1100 | 100100 | 100001 | 1010010 |
Color Harmonies of #E1D5C3
Complementary color
Monochromatic Colors of #E1D5C3
Black with #E1D5C3
Text Example
Text Example
White with #E1D5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5C3; }
p { color: rgb(225,213,195); }
H1.HeaderClassName
{
color: #E1D5C3;
}
.AnyTagClassName
{
color: #E1D5C3;
}
</style>
background-color css
<style>
a { background-color: #E1D5C3; }
a { background-color: rgb(225,213,195); }
div.DivClassName
{
background-color: #E1D5C3;
}
.BgClassName
{
background-color: #E1D5C3;
}
</style>
border-color css
<style>
span { border-color: #E1D5C3; }
span { border-color: rgb(225,213,195); }
td.TdClassName
{
border-color: #E1D5C3;
}
.TagClassName
{
border-color: #E1D5C3;
}
</style>