Shades of Half And Half #EDEACD
Tints of Half And Half #EDEACD
RGB
CMYK
RGB Variations
Color information
#EDEACD (or 0xEDEACD) is known color: Half And Half. HEX triplet: ED, EA and CD. RGB value is (237,234,205). Sum of RGB (Red+Green+Blue) = 237+234+205=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEACD is #121532. Grayscale: #E7E7E7. Windows color (decimal): -1185075 or 13495021. OLE color: 13495021.
HSL color Cylindrical-coordinate representation of color #EDEACD: hue angle of 54.38º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDEACD is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 205 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.07 |
| HSL | 54.38º | 0.47% | 0.87% | - |
| HSV(B) | 54.38º | 0.14% | 0.93% | - |
| XYZ | 75.37 | 81.26 | 69.47 | - |
| YUV | 231.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 205 | 0 | 0.01 | 0.14 | 0.07 | 54.38 | 0.47 | 0.87 |
| Hex | ED | EA | CD | 0 | 1 | E | 7 | 36 | 2F | 57 |
| Octal | 355 | 352 | 315 | 0 | 1 | 16 | 7 | 66 | 57 | 127 |
| Binary | 11101101 | 11101010 | 11001101 | 0 | 1 | 1110 | 111 | 110110 | 101111 | 1010111 |
Color Harmonies of #EDEACD
Complementary color
Monochromatic Colors of #EDEACD
Black with #EDEACD
Text Example
Text Example
White with #EDEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEACD; }
p { color: rgb(237,234,205); }
H1.HeaderClassName
{
color: #EDEACD;
}
.AnyTagClassName
{
color: #EDEACD;
}
</style>
background-color css
<style>
a { background-color: #EDEACD; }
a { background-color: rgb(237,234,205); }
div.DivClassName
{
background-color: #EDEACD;
}
.BgClassName
{
background-color: #EDEACD;
}
</style>
border-color css
<style>
span { border-color: #EDEACD; }
span { border-color: rgb(237,234,205); }
td.TdClassName
{
border-color: #EDEACD;
}
.TagClassName
{
border-color: #EDEACD;
}
</style>