Html Css Color HEX #E2D6C1 Half Spanish White
📋 copy color: '#E2D6C1'red 226 ◦ green 214 ◦ blue 193
Shades of Half Spanish White #E2D6C1
Tints of Half Spanish White #E2D6C1
RGB
CMYK
RGB Variations
Color information
#E2D6C1 (or 0xE2D6C1) is known color: Half Spanish White. HEX triplet: E2, D6 and C1. RGB value is (226,214,193). Sum of RGB (Red+Green+Blue) = 226+214+193=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6C1 is #1D293E. Grayscale: #D7D7D7. Windows color (decimal): -1911103 or 12703458. OLE color: 12703458.
HSL color Cylindrical-coordinate representation of color #E2D6C1: hue angle of 38.18º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2D6C1 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 193 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.11 |
| HSL | 38.18º | 0.36% | 0.82% | - |
| HSV(B) | 38.18º | 0.15% | 0.89% | - |
| XYZ | 65.04 | 68.11 | 60.17 | - |
| YUV | 215.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 193 | 0 | 0.05 | 0.15 | 0.11 | 38.18 | 0.36 | 0.82 |
| Hex | E2 | D6 | C1 | 0 | 5 | F | B | 26 | 24 | 52 |
| Octal | 342 | 326 | 301 | 0 | 5 | 17 | 13 | 46 | 44 | 122 |
| Binary | 11100010 | 11010110 | 11000001 | 0 | 101 | 1111 | 1011 | 100110 | 100100 | 1010010 |
Color Harmonies of #E2D6C1
Complementary color
Monochromatic Colors of #E2D6C1
Black with #E2D6C1
Text Example
Text Example
White with #E2D6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6C1; }
p { color: rgb(226,214,193); }
H1.HeaderClassName
{
color: #E2D6C1;
}
.AnyTagClassName
{
color: #E2D6C1;
}
</style>
background-color css
<style>
a { background-color: #E2D6C1; }
a { background-color: rgb(226,214,193); }
div.DivClassName
{
background-color: #E2D6C1;
}
.BgClassName
{
background-color: #E2D6C1;
}
</style>
border-color css
<style>
span { border-color: #E2D6C1; }
span { border-color: rgb(226,214,193); }
td.TdClassName
{
border-color: #E2D6C1;
}
.TagClassName
{
border-color: #E2D6C1;
}
</style>