Html Css Color HEX #E7DCCB Half Spanish White
📋 copy color: '#E7DCCB'red 231 ◦ green 220 ◦ blue 203
Shades of Half Spanish White #E7DCCB
Tints of Half Spanish White #E7DCCB
RGB
CMYK
RGB Variations
Color information
#E7DCCB (or 0xE7DCCB) is known color: Half Spanish White. HEX triplet: E7, DC and CB. RGB value is (231,220,203). Sum of RGB (Red+Green+Blue) = 231+220+203=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCB is #182334. Grayscale: #DDDDDD. Windows color (decimal): -1581877 or 13360359. OLE color: 13360359.
HSL color Cylindrical-coordinate representation of color #E7DCCB: hue angle of 36.43º degrees, saturation: 0.37, 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 #E7DCCB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 203 | - |
CMYK | 0 | 0.05 | 0.12 | 0.09 |
HSL | 36.43º | 0.37% | 0.85% | - |
HSV(B) | 36.43º | 0.12% | 0.91% | - |
XYZ | 69.33 | 72.49 | 66.84 | - |
YUV | 221.35 | 117.64 | 134.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 203 | 0 | 0.05 | 0.12 | 0.09 | 36.43 | 0.37 | 0.85 |
Hex | E7 | DC | CB | 0 | 5 | C | 9 | 24 | 25 | 55 |
Octal | 347 | 334 | 313 | 0 | 5 | 14 | 11 | 44 | 45 | 125 |
Binary | 11100111 | 11011100 | 11001011 | 0 | 101 | 1100 | 1001 | 100100 | 100101 | 1010101 |
Color Harmonies of #E7DCCB
Complementary color
Monochromatic Colors of #E7DCCB
Black with #E7DCCB
Text Example
Text Example
White with #E7DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCCB; }
p { color: rgb(231,220,203); }
H1.HeaderClassName
{
color: #E7DCCB;
}
.AnyTagClassName
{
color: #E7DCCB;
}
</style>
background-color css
<style>
a { background-color: #E7DCCB; }
a { background-color: rgb(231,220,203); }
div.DivClassName
{
background-color: #E7DCCB;
}
.BgClassName
{
background-color: #E7DCCB;
}
</style>
border-color css
<style>
span { border-color: #E7DCCB; }
span { border-color: rgb(231,220,203); }
td.TdClassName
{
border-color: #E7DCCB;
}
.TagClassName
{
border-color: #E7DCCB;
}
</style>