Shades of Cupid #EDACC6
Tints of Cupid #EDACC6
RGB
CMYK
RGB Variations
Color information
#EDACC6 (or 0xEDACC6) is known color: Cupid. HEX triplet: ED, AC and C6. RGB value is (237,172,198). Sum of RGB (Red+Green+Blue) = 237+172+198=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC6 is #125339. Grayscale: #C2C2C2. Windows color (decimal): -1200954 or 13020397. OLE color: 13020397.
HSL color Cylindrical-coordinate representation of color #EDACC6: hue angle of 336º 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 #EDACC6 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 198 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.07 |
| HSL | 336º | 0.64% | 0.8% | - |
| HSV(B) | 336º | 0.27% | 0.93% | - |
| XYZ | 59.87 | 51.59 | 60.23 | - |
| YUV | 194.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 198 | 0 | 0.27 | 0.16 | 0.07 | 336 | 0.64 | 0.8 |
| Hex | ED | AC | C6 | 0 | 1B | 10 | 7 | 150 | 40 | 50 |
| Octal | 355 | 254 | 306 | 0 | 33 | 20 | 7 | 520 | 100 | 120 |
| Binary | 11101101 | 10101100 | 11000110 | 0 | 11011 | 10000 | 111 | 101010000 | 1000000 | 1010000 |
Color Harmonies of #EDACC6
Complementary color
Monochromatic Colors of #EDACC6
Black with #EDACC6
Text Example
Text Example
White with #EDACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACC6; }
p { color: rgb(237,172,198); }
H1.HeaderClassName
{
color: #EDACC6;
}
.AnyTagClassName
{
color: #EDACC6;
}
</style>
background-color css
<style>
a { background-color: #EDACC6; }
a { background-color: rgb(237,172,198); }
div.DivClassName
{
background-color: #EDACC6;
}
.BgClassName
{
background-color: #EDACC6;
}
</style>
border-color css
<style>
span { border-color: #EDACC6; }
span { border-color: rgb(237,172,198); }
td.TdClassName
{
border-color: #EDACC6;
}
.TagClassName
{
border-color: #EDACC6;
}
</style>