Html Css Color HEX #E7DCCD Half Spanish White
📋 copy color: '#E7DCCD'red 231 ◦ green 220 ◦ blue 205
Shades of Half Spanish White #E7DCCD
Tints of Half Spanish White #E7DCCD
RGB
CMYK
RGB Variations
Color information
#E7DCCD (or 0xE7DCCD) is known color: Half Spanish White. HEX triplet: E7, DC and CD. RGB value is (231,220,205). Sum of RGB (Red+Green+Blue) = 231+220+205=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCD is #182332. Grayscale: #DDDDDD. Windows color (decimal): -1581875 or 13491431. OLE color: 13491431.
HSL color Cylindrical-coordinate representation of color #E7DCCD: hue angle of 34.62º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DCCD is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 220 | 205 | - |
CMYK | 0 | 0.05 | 0.11 | 0.09 |
HSL | 34.62º | 0.35% | 0.85% | - |
HSV(B) | 34.62º | 0.11% | 0.91% | - |
XYZ | 69.57 | 72.58 | 68.1 | - |
YUV | 221.58 | 118.64 | 134.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 205 | 0 | 0.05 | 0.11 | 0.09 | 34.62 | 0.35 | 0.85 |
Hex | E7 | DC | CD | 0 | 5 | B | 9 | 23 | 23 | 55 |
Octal | 347 | 334 | 315 | 0 | 5 | 13 | 11 | 43 | 43 | 125 |
Binary | 11100111 | 11011100 | 11001101 | 0 | 101 | 1011 | 1001 | 100011 | 100011 | 1010101 |
Color Harmonies of #E7DCCD
Complementary color
Monochromatic Colors of #E7DCCD
Black with #E7DCCD
Text Example
Text Example
White with #E7DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCCD; }
p { color: rgb(231,220,205); }
H1.HeaderClassName
{
color: #E7DCCD;
}
.AnyTagClassName
{
color: #E7DCCD;
}
</style>
background-color css
<style>
a { background-color: #E7DCCD; }
a { background-color: rgb(231,220,205); }
div.DivClassName
{
background-color: #E7DCCD;
}
.BgClassName
{
background-color: #E7DCCD;
}
</style>
border-color css
<style>
span { border-color: #E7DCCD; }
span { border-color: rgb(231,220,205); }
td.TdClassName
{
border-color: #E7DCCD;
}
.TagClassName
{
border-color: #E7DCCD;
}
</style>