Html Css Color HEX #E7DCC5 Half Spanish White
📋 copy color: '#E7DCC5'red 231 ◦ green 220 ◦ blue 197
Shades of Half Spanish White #E7DCC5
Tints of Half Spanish White #E7DCC5
RGB
CMYK
RGB Variations
Color information
#E7DCC5 (or 0xE7DCC5) is known color: Half Spanish White. HEX triplet: E7, DC and C5. RGB value is (231,220,197). Sum of RGB (Red+Green+Blue) = 231+220+197=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCC5 is #18233A. Grayscale: #DCDCDC. Windows color (decimal): -1581883 or 12967143. OLE color: 12967143.
HSL color Cylindrical-coordinate representation of color #E7DCC5: hue angle of 40.59º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7DCC5 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 197 | - |
CMYK | 0 | 0.05 | 0.15 | 0.09 |
HSL | 40.59º | 0.41% | 0.84% | - |
HSV(B) | 40.59º | 0.15% | 0.91% | - |
XYZ | 68.63 | 72.21 | 63.14 | - |
YUV | 220.67 | 114.64 | 135.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 197 | 0 | 0.05 | 0.15 | 0.09 | 40.59 | 0.41 | 0.84 |
Hex | E7 | DC | C5 | 0 | 5 | F | 9 | 29 | 29 | 54 |
Octal | 347 | 334 | 305 | 0 | 5 | 17 | 11 | 51 | 51 | 124 |
Binary | 11100111 | 11011100 | 11000101 | 0 | 101 | 1111 | 1001 | 101001 | 101001 | 1010100 |
Color Harmonies of #E7DCC5
Complementary color
Monochromatic Colors of #E7DCC5
Black with #E7DCC5
Text Example
Text Example
White with #E7DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCC5; }
p { color: rgb(231,220,197); }
H1.HeaderClassName
{
color: #E7DCC5;
}
.AnyTagClassName
{
color: #E7DCC5;
}
</style>
background-color css
<style>
a { background-color: #E7DCC5; }
a { background-color: rgb(231,220,197); }
div.DivClassName
{
background-color: #E7DCC5;
}
.BgClassName
{
background-color: #E7DCC5;
}
</style>
border-color css
<style>
span { border-color: #E7DCC5; }
span { border-color: rgb(231,220,197); }
td.TdClassName
{
border-color: #E7DCC5;
}
.TagClassName
{
border-color: #E7DCC5;
}
</style>