Html Css Color HEX #E6DCCB Half Spanish White
📋 copy color: '#E6DCCB'red 230 ◦ green 220 ◦ blue 203
Shades of Half Spanish White #E6DCCB
Tints of Half Spanish White #E6DCCB
RGB
CMYK
RGB Variations
Color information
#E6DCCB (or 0xE6DCCB) is known color: Half Spanish White. HEX triplet: E6, DC and CB. RGB value is (230,220,203). Sum of RGB (Red+Green+Blue) = 230+220+203=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCCB is #192334. Grayscale: #DDDDDD. Windows color (decimal): -1647413 or 13360358. OLE color: 13360358.
HSL color Cylindrical-coordinate representation of color #E6DCCB: hue angle of 37.78º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DCCB is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 203 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.10 |
| HSL | 37.78º | 0.35% | 0.85% | - |
| HSV(B) | 37.78º | 0.12% | 0.9% | - |
| XYZ | 69.01 | 72.32 | 66.82 | - |
| YUV | 221.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 203 | 0 | 0.04 | 0.12 | 0.10 | 37.78 | 0.35 | 0.85 |
| Hex | E6 | DC | CB | 0 | 4 | C | A | 26 | 23 | 55 |
| Octal | 346 | 334 | 313 | 0 | 4 | 14 | 12 | 46 | 43 | 125 |
| Binary | 11100110 | 11011100 | 11001011 | 0 | 100 | 1100 | 1010 | 100110 | 100011 | 1010101 |
Color Harmonies of #E6DCCB
Complementary color
Monochromatic Colors of #E6DCCB
Black with #E6DCCB
Text Example
Text Example
White with #E6DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCCB; }
p { color: rgb(230,220,203); }
H1.HeaderClassName
{
color: #E6DCCB;
}
.AnyTagClassName
{
color: #E6DCCB;
}
</style>
background-color css
<style>
a { background-color: #E6DCCB; }
a { background-color: rgb(230,220,203); }
div.DivClassName
{
background-color: #E6DCCB;
}
.BgClassName
{
background-color: #E6DCCB;
}
</style>
border-color css
<style>
span { border-color: #E6DCCB; }
span { border-color: rgb(230,220,203); }
td.TdClassName
{
border-color: #E6DCCB;
}
.TagClassName
{
border-color: #E6DCCB;
}
</style>