Html Css Color HEX #E7DCC4 Half Spanish White
📋 copy color: '#E7DCC4'red 231 ◦ green 220 ◦ blue 196
Shades of Half Spanish White #E7DCC4
Tints of Half Spanish White #E7DCC4
RGB
CMYK
RGB Variations
Color information
#E7DCC4 (or 0xE7DCC4) is known color: Half Spanish White. HEX triplet: E7, DC and C4. RGB value is (231,220,196). Sum of RGB (Red+Green+Blue) = 231+220+196=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCC4 is #18233B. Grayscale: #DCDCDC. Windows color (decimal): -1581884 or 12901607. OLE color: 12901607.
HSL color Cylindrical-coordinate representation of color #E7DCC4: hue angle of 41.14º degrees, saturation: 0.42, 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 #E7DCC4 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 196 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.09 |
| HSL | 41.14º | 0.42% | 0.84% | - |
| HSV(B) | 41.14º | 0.15% | 0.91% | - |
| XYZ | 68.51 | 72.16 | 62.54 | - |
| YUV | 220.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 196 | 0 | 0.05 | 0.15 | 0.09 | 41.14 | 0.42 | 0.84 |
| Hex | E7 | DC | C4 | 0 | 5 | F | 9 | 29 | 2A | 54 |
| Octal | 347 | 334 | 304 | 0 | 5 | 17 | 11 | 51 | 52 | 124 |
| Binary | 11100111 | 11011100 | 11000100 | 0 | 101 | 1111 | 1001 | 101001 | 101010 | 1010100 |
Color Harmonies of #E7DCC4
Complementary color
Monochromatic Colors of #E7DCC4
Black with #E7DCC4
Text Example
Text Example
White with #E7DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCC4; }
p { color: rgb(231,220,196); }
H1.HeaderClassName
{
color: #E7DCC4;
}
.AnyTagClassName
{
color: #E7DCC4;
}
</style>
background-color css
<style>
a { background-color: #E7DCC4; }
a { background-color: rgb(231,220,196); }
div.DivClassName
{
background-color: #E7DCC4;
}
.BgClassName
{
background-color: #E7DCC4;
}
</style>
border-color css
<style>
span { border-color: #E7DCC4; }
span { border-color: rgb(231,220,196); }
td.TdClassName
{
border-color: #E7DCC4;
}
.TagClassName
{
border-color: #E7DCC4;
}
</style>