Shades of Cupid #EDABBD
Tints of Cupid #EDABBD
RGB
CMYK
RGB Variations
Color information
#EDABBD (or 0xEDABBD) is known color: Cupid. HEX triplet: ED, AB and BD. RGB value is (237,171,189). Sum of RGB (Red+Green+Blue) = 237+171+189=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABBD is #125442. Grayscale: #C0C0C0. Windows color (decimal): -1201219 or 12430317. OLE color: 12430317.
HSL color Cylindrical-coordinate representation of color #EDABBD: hue angle of 343.64º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABBD is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 189 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.07 |
| HSL | 343.64º | 0.65% | 0.8% | - |
| HSV(B) | 343.64º | 0.28% | 0.93% | - |
| XYZ | 58.67 | 50.8 | 54.86 | - |
| YUV | 192.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 189 | 0 | 0.28 | 0.20 | 0.07 | 343.64 | 0.65 | 0.8 |
| Hex | ED | AB | BD | 0 | 1C | 14 | 7 | 158 | 41 | 50 |
| Octal | 355 | 253 | 275 | 0 | 34 | 24 | 7 | 530 | 101 | 120 |
| Binary | 11101101 | 10101011 | 10111101 | 0 | 11100 | 10100 | 111 | 101011000 | 1000001 | 1010000 |
Color Harmonies of #EDABBD
Complementary color
Monochromatic Colors of #EDABBD
Black with #EDABBD
Text Example
Text Example
White with #EDABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABBD; }
p { color: rgb(237,171,189); }
H1.HeaderClassName
{
color: #EDABBD;
}
.AnyTagClassName
{
color: #EDABBD;
}
</style>
background-color css
<style>
a { background-color: #EDABBD; }
a { background-color: rgb(237,171,189); }
div.DivClassName
{
background-color: #EDABBD;
}
.BgClassName
{
background-color: #EDABBD;
}
</style>
border-color css
<style>
span { border-color: #EDABBD; }
span { border-color: rgb(237,171,189); }
td.TdClassName
{
border-color: #EDABBD;
}
.TagClassName
{
border-color: #EDABBD;
}
</style>