Html Css Color HEX #E7DCCA Half Spanish White
📋 copy color: '#E7DCCA'red 231 ◦ green 220 ◦ blue 202
Shades of Half Spanish White #E7DCCA
Tints of Half Spanish White #E7DCCA
RGB
CMYK
RGB Variations
Color information
#E7DCCA (or 0xE7DCCA) is known color: Half Spanish White. HEX triplet: E7, DC and CA. RGB value is (231,220,202). Sum of RGB (Red+Green+Blue) = 231+220+202=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCA is #182335. Grayscale: #DDDDDD. Windows color (decimal): -1581878 or 13294823. OLE color: 13294823.
HSL color Cylindrical-coordinate representation of color #E7DCCA: hue angle of 37.24º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DCCA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 202 | - |
CMYK | 0 | 0.05 | 0.13 | 0.09 |
HSL | 37.24º | 0.38% | 0.85% | - |
HSV(B) | 37.24º | 0.13% | 0.91% | - |
XYZ | 69.21 | 72.44 | 66.21 | - |
YUV | 221.24 | 117.14 | 134.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 202 | 0 | 0.05 | 0.13 | 0.09 | 37.24 | 0.38 | 0.85 |
Hex | E7 | DC | CA | 0 | 5 | D | 9 | 25 | 26 | 55 |
Octal | 347 | 334 | 312 | 0 | 5 | 15 | 11 | 45 | 46 | 125 |
Binary | 11100111 | 11011100 | 11001010 | 0 | 101 | 1101 | 1001 | 100101 | 100110 | 1010101 |
Color Harmonies of #E7DCCA
Complementary color
Monochromatic Colors of #E7DCCA
Black with #E7DCCA
Text Example
Text Example
White with #E7DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCCA; }
p { color: rgb(231,220,202); }
H1.HeaderClassName
{
color: #E7DCCA;
}
.AnyTagClassName
{
color: #E7DCCA;
}
</style>
background-color css
<style>
a { background-color: #E7DCCA; }
a { background-color: rgb(231,220,202); }
div.DivClassName
{
background-color: #E7DCCA;
}
.BgClassName
{
background-color: #E7DCCA;
}
</style>
border-color css
<style>
span { border-color: #E7DCCA; }
span { border-color: rgb(231,220,202); }
td.TdClassName
{
border-color: #E7DCCA;
}
.TagClassName
{
border-color: #E7DCCA;
}
</style>