Html Css Color HEX #EADDCB Half Spanish White
📋 copy color: '#EADDCB'red 234 ◦ green 221 ◦ blue 203
Shades of Half Spanish White #EADDCB
Tints of Half Spanish White #EADDCB
RGB
CMYK
RGB Variations
Color information
#EADDCB (or 0xEADDCB) is known color: Half Spanish White. HEX triplet: EA, DD and CB. RGB value is (234,221,203). Sum of RGB (Red+Green+Blue) = 234+221+203=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDCB is #152234. Grayscale: #DEDEDE. Windows color (decimal): -1385013 or 13360618. OLE color: 13360618.
HSL color Cylindrical-coordinate representation of color #EADDCB: hue angle of 34.84º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADDCB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 203 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.08 |
| HSL | 34.84º | 0.42% | 0.86% | - |
| HSV(B) | 34.84º | 0.13% | 0.92% | - |
| XYZ | 70.57 | 73.52 | 66.97 | - |
| YUV | 222.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 203 | 0 | 0.06 | 0.13 | 0.08 | 34.84 | 0.42 | 0.86 |
| Hex | EA | DD | CB | 0 | 6 | D | 8 | 23 | 2A | 56 |
| Octal | 352 | 335 | 313 | 0 | 6 | 15 | 10 | 43 | 52 | 126 |
| Binary | 11101010 | 11011101 | 11001011 | 0 | 110 | 1101 | 1000 | 100011 | 101010 | 1010110 |
Color Harmonies of #EADDCB
Complementary color
Monochromatic Colors of #EADDCB
Black with #EADDCB
Text Example
Text Example
White with #EADDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDCB; }
p { color: rgb(234,221,203); }
H1.HeaderClassName
{
color: #EADDCB;
}
.AnyTagClassName
{
color: #EADDCB;
}
</style>
background-color css
<style>
a { background-color: #EADDCB; }
a { background-color: rgb(234,221,203); }
div.DivClassName
{
background-color: #EADDCB;
}
.BgClassName
{
background-color: #EADDCB;
}
</style>
border-color css
<style>
span { border-color: #EADDCB; }
span { border-color: rgb(234,221,203); }
td.TdClassName
{
border-color: #EADDCB;
}
.TagClassName
{
border-color: #EADDCB;
}
</style>