Html Css Color HEX #EADDC9 Half Spanish White
📋 copy color: '#EADDC9'red 234 ◦ green 221 ◦ blue 201
Shades of Half Spanish White #EADDC9
Tints of Half Spanish White #EADDC9
RGB
CMYK
RGB Variations
Color information
#EADDC9 (or 0xEADDC9) is known color: Half Spanish White. HEX triplet: EA, DD and C9. RGB value is (234,221,201). Sum of RGB (Red+Green+Blue) = 234+221+201=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDC9 is #152236. Grayscale: #DEDEDE. Windows color (decimal): -1385015 or 13229546. OLE color: 13229546.
HSL color Cylindrical-coordinate representation of color #EADDC9: hue angle of 36.36º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EADDC9 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 221 | 201 | - |
CMYK | 0 | 0.06 | 0.14 | 0.08 |
HSL | 36.36º | 0.44% | 0.85% | - |
HSV(B) | 36.36º | 0.14% | 0.92% | - |
XYZ | 70.33 | 73.42 | 65.72 | - |
YUV | 222.61 | 115.81 | 136.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 201 | 0 | 0.06 | 0.14 | 0.08 | 36.36 | 0.44 | 0.85 |
Hex | EA | DD | C9 | 0 | 6 | E | 8 | 24 | 2C | 55 |
Octal | 352 | 335 | 311 | 0 | 6 | 16 | 10 | 44 | 54 | 125 |
Binary | 11101010 | 11011101 | 11001001 | 0 | 110 | 1110 | 1000 | 100100 | 101100 | 1010101 |
Color Harmonies of #EADDC9
Complementary color
Monochromatic Colors of #EADDC9
Black with #EADDC9
Text Example
Text Example
White with #EADDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDC9; }
p { color: rgb(234,221,201); }
H1.HeaderClassName
{
color: #EADDC9;
}
.AnyTagClassName
{
color: #EADDC9;
}
</style>
background-color css
<style>
a { background-color: #EADDC9; }
a { background-color: rgb(234,221,201); }
div.DivClassName
{
background-color: #EADDC9;
}
.BgClassName
{
background-color: #EADDC9;
}
</style>
border-color css
<style>
span { border-color: #EADDC9; }
span { border-color: rgb(234,221,201); }
td.TdClassName
{
border-color: #EADDC9;
}
.TagClassName
{
border-color: #EADDC9;
}
</style>