Html Css Color HEX #E2D6C4 Half Spanish White
📋 copy color: '#E2D6C4'red 226 ◦ green 214 ◦ blue 196
Shades of Half Spanish White #E2D6C4
Tints of Half Spanish White #E2D6C4
RGB
CMYK
RGB Variations
Color information
#E2D6C4 (or 0xE2D6C4) is known color: Half Spanish White. HEX triplet: E2, D6 and C4. RGB value is (226,214,196). Sum of RGB (Red+Green+Blue) = 226+214+196=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6C4 is #1D293B. Grayscale: #D7D7D7. Windows color (decimal): -1911100 or 12900066. OLE color: 12900066.
HSL color Cylindrical-coordinate representation of color #E2D6C4: hue angle of 36º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2D6C4 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 196 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.11 |
| HSL | 36º | 0.34% | 0.83% | - |
| HSV(B) | 36º | 0.13% | 0.89% | - |
| XYZ | 65.37 | 68.25 | 61.95 | - |
| YUV | 215.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 196 | 0 | 0.05 | 0.13 | 0.11 | 36 | 0.34 | 0.83 |
| Hex | E2 | D6 | C4 | 0 | 5 | D | B | 24 | 22 | 53 |
| Octal | 342 | 326 | 304 | 0 | 5 | 15 | 13 | 44 | 42 | 123 |
| Binary | 11100010 | 11010110 | 11000100 | 0 | 101 | 1101 | 1011 | 100100 | 100010 | 1010011 |
Color Harmonies of #E2D6C4
Complementary color
Monochromatic Colors of #E2D6C4
Black with #E2D6C4
Text Example
Text Example
White with #E2D6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6C4; }
p { color: rgb(226,214,196); }
H1.HeaderClassName
{
color: #E2D6C4;
}
.AnyTagClassName
{
color: #E2D6C4;
}
</style>
background-color css
<style>
a { background-color: #E2D6C4; }
a { background-color: rgb(226,214,196); }
div.DivClassName
{
background-color: #E2D6C4;
}
.BgClassName
{
background-color: #E2D6C4;
}
</style>
border-color css
<style>
span { border-color: #E2D6C4; }
span { border-color: rgb(226,214,196); }
td.TdClassName
{
border-color: #E2D6C4;
}
.TagClassName
{
border-color: #E2D6C4;
}
</style>