Shades of Cupid #EDADBD
Tints of Cupid #EDADBD
RGB
CMYK
RGB Variations
Color information
#EDADBD (or 0xEDADBD) is known color: Cupid. HEX triplet: ED, AD and BD. RGB value is (237,173,189). Sum of RGB (Red+Green+Blue) = 237+173+189=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADBD is #125242. Grayscale: #C1C1C1. Windows color (decimal): -1200707 or 12430829. OLE color: 12430829.
HSL color Cylindrical-coordinate representation of color #EDADBD: hue angle of 345º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDADBD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 189 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.07 |
| HSL | 345º | 0.64% | 0.8% | - |
| HSV(B) | 345º | 0.27% | 0.93% | - |
| XYZ | 59.05 | 51.57 | 54.98 | - |
| YUV | 193.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 189 | 0 | 0.27 | 0.20 | 0.07 | 345 | 0.64 | 0.8 |
| Hex | ED | AD | BD | 0 | 1B | 14 | 7 | 159 | 40 | 50 |
| Octal | 355 | 255 | 275 | 0 | 33 | 24 | 7 | 531 | 100 | 120 |
| Binary | 11101101 | 10101101 | 10111101 | 0 | 11011 | 10100 | 111 | 101011001 | 1000000 | 1010000 |
Color Harmonies of #EDADBD
Complementary color
Monochromatic Colors of #EDADBD
Black with #EDADBD
Text Example
Text Example
White with #EDADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADBD; }
p { color: rgb(237,173,189); }
H1.HeaderClassName
{
color: #EDADBD;
}
.AnyTagClassName
{
color: #EDADBD;
}
</style>
background-color css
<style>
a { background-color: #EDADBD; }
a { background-color: rgb(237,173,189); }
div.DivClassName
{
background-color: #EDADBD;
}
.BgClassName
{
background-color: #EDADBD;
}
</style>
border-color css
<style>
span { border-color: #EDADBD; }
span { border-color: rgb(237,173,189); }
td.TdClassName
{
border-color: #EDADBD;
}
.TagClassName
{
border-color: #EDADBD;
}
</style>