Html Css Color HEX #E7DDCB Half Spanish White
📋 copy color: '#E7DDCB'red 231 ◦ green 221 ◦ blue 203
Shades of Half Spanish White #E7DDCB
Tints of Half Spanish White #E7DDCB
RGB
CMYK
RGB Variations
Color information
#E7DDCB (or 0xE7DDCB) is known color: Half Spanish White. HEX triplet: E7, DD and CB. RGB value is (231,221,203). Sum of RGB (Red+Green+Blue) = 231+221+203=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDCB is #182234. Grayscale: #DEDEDE. Windows color (decimal): -1581621 or 13360615. OLE color: 13360615.
HSL color Cylindrical-coordinate representation of color #E7DDCB: hue angle of 38.57º 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 #E7DDCB is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 221 | 203 | - |
CMYK | 0 | 0.04 | 0.12 | 0.09 |
HSL | 38.57º | 0.37% | 0.85% | - |
HSV(B) | 38.57º | 0.12% | 0.91% | - |
XYZ | 69.59 | 73.01 | 66.93 | - |
YUV | 221.94 | 117.31 | 134.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 221 | 203 | 0 | 0.04 | 0.12 | 0.09 | 38.57 | 0.37 | 0.85 |
Hex | E7 | DD | CB | 0 | 4 | C | 9 | 27 | 25 | 55 |
Octal | 347 | 335 | 313 | 0 | 4 | 14 | 11 | 47 | 45 | 125 |
Binary | 11100111 | 11011101 | 11001011 | 0 | 100 | 1100 | 1001 | 100111 | 100101 | 1010101 |
Color Harmonies of #E7DDCB
Complementary color
Monochromatic Colors of #E7DDCB
Black with #E7DDCB
Text Example
Text Example
White with #E7DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDCB; }
p { color: rgb(231,221,203); }
H1.HeaderClassName
{
color: #E7DDCB;
}
.AnyTagClassName
{
color: #E7DDCB;
}
</style>
background-color css
<style>
a { background-color: #E7DDCB; }
a { background-color: rgb(231,221,203); }
div.DivClassName
{
background-color: #E7DDCB;
}
.BgClassName
{
background-color: #E7DDCB;
}
</style>
border-color css
<style>
span { border-color: #E7DDCB; }
span { border-color: rgb(231,221,203); }
td.TdClassName
{
border-color: #E7DDCB;
}
.TagClassName
{
border-color: #E7DDCB;
}
</style>