Html Css Color HEX #E7DDC7 Half Spanish White
📋 copy color: '#E7DDC7'red 231 ◦ green 221 ◦ blue 199
Shades of Half Spanish White #E7DDC7
Tints of Half Spanish White #E7DDC7
RGB
CMYK
RGB Variations
Color information
#E7DDC7 (or 0xE7DDC7) is known color: Half Spanish White. HEX triplet: E7, DD and C7. RGB value is (231,221,199). Sum of RGB (Red+Green+Blue) = 231+221+199=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDC7 is #182238. Grayscale: #DDDDDD. Windows color (decimal): -1581625 or 13098471. OLE color: 13098471.
HSL color Cylindrical-coordinate representation of color #E7DDC7: hue angle of 41.25º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7DDC7 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 221 | 199 | - |
CMYK | 0 | 0.04 | 0.14 | 0.09 |
HSL | 41.25º | 0.4% | 0.84% | - |
HSV(B) | 41.25º | 0.14% | 0.91% | - |
XYZ | 69.12 | 72.83 | 64.45 | - |
YUV | 221.48 | 115.31 | 134.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 221 | 199 | 0 | 0.04 | 0.14 | 0.09 | 41.25 | 0.4 | 0.84 |
Hex | E7 | DD | C7 | 0 | 4 | E | 9 | 29 | 28 | 54 |
Octal | 347 | 335 | 307 | 0 | 4 | 16 | 11 | 51 | 50 | 124 |
Binary | 11100111 | 11011101 | 11000111 | 0 | 100 | 1110 | 1001 | 101001 | 101000 | 1010100 |
Color Harmonies of #E7DDC7
Complementary color
Monochromatic Colors of #E7DDC7
Black with #E7DDC7
Text Example
Text Example
White with #E7DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDC7; }
p { color: rgb(231,221,199); }
H1.HeaderClassName
{
color: #E7DDC7;
}
.AnyTagClassName
{
color: #E7DDC7;
}
</style>
background-color css
<style>
a { background-color: #E7DDC7; }
a { background-color: rgb(231,221,199); }
div.DivClassName
{
background-color: #E7DDC7;
}
.BgClassName
{
background-color: #E7DDC7;
}
</style>
border-color css
<style>
span { border-color: #E7DDC7; }
span { border-color: rgb(231,221,199); }
td.TdClassName
{
border-color: #E7DDC7;
}
.TagClassName
{
border-color: #E7DDC7;
}
</style>