Shades of Cupid #EDACBF
Tints of Cupid #EDACBF
RGB
CMYK
RGB Variations
Color information
#EDACBF (or 0xEDACBF) is known color: Cupid. HEX triplet: ED, AC and BF. RGB value is (237,172,191). Sum of RGB (Red+Green+Blue) = 237+172+191=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACBF is #125340. Grayscale: #C1C1C1. Windows color (decimal): -1200961 or 12561645. OLE color: 12561645.
HSL color Cylindrical-coordinate representation of color #EDACBF: hue angle of 342.46º 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 #EDACBF is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 191 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.07 |
| HSL | 342.46º | 0.64% | 0.8% | - |
| HSV(B) | 342.46º | 0.27% | 0.93% | - |
| XYZ | 59.08 | 51.27 | 56.07 | - |
| YUV | 193.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 191 | 0 | 0.27 | 0.19 | 0.07 | 342.46 | 0.64 | 0.8 |
| Hex | ED | AC | BF | 0 | 1B | 13 | 7 | 156 | 40 | 50 |
| Octal | 355 | 254 | 277 | 0 | 33 | 23 | 7 | 526 | 100 | 120 |
| Binary | 11101101 | 10101100 | 10111111 | 0 | 11011 | 10011 | 111 | 101010110 | 1000000 | 1010000 |
Color Harmonies of #EDACBF
Complementary color
Monochromatic Colors of #EDACBF
Black with #EDACBF
Text Example
Text Example
White with #EDACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACBF; }
p { color: rgb(237,172,191); }
H1.HeaderClassName
{
color: #EDACBF;
}
.AnyTagClassName
{
color: #EDACBF;
}
</style>
background-color css
<style>
a { background-color: #EDACBF; }
a { background-color: rgb(237,172,191); }
div.DivClassName
{
background-color: #EDACBF;
}
.BgClassName
{
background-color: #EDACBF;
}
</style>
border-color css
<style>
span { border-color: #EDACBF; }
span { border-color: rgb(237,172,191); }
td.TdClassName
{
border-color: #EDACBF;
}
.TagClassName
{
border-color: #EDACBF;
}
</style>