Shades of Cupid #EDADC6
Tints of Cupid #EDADC6
RGB
CMYK
RGB Variations
Color information
#EDADC6 (or 0xEDADC6) is known color: Cupid. HEX triplet: ED, AD and C6. RGB value is (237,173,198). Sum of RGB (Red+Green+Blue) = 237+173+198=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADC6 is #125239. Grayscale: #C2C2C2. Windows color (decimal): -1200698 or 13020653. OLE color: 13020653.
HSL color Cylindrical-coordinate representation of color #EDADC6: hue angle of 336.56º 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 #EDADC6 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 198 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.07 |
| HSL | 336.56º | 0.64% | 0.8% | - |
| HSV(B) | 336.56º | 0.27% | 0.93% | - |
| XYZ | 60.06 | 51.97 | 60.29 | - |
| YUV | 194.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 198 | 0 | 0.27 | 0.16 | 0.07 | 336.56 | 0.64 | 0.8 |
| Hex | ED | AD | C6 | 0 | 1B | 10 | 7 | 151 | 40 | 50 |
| Octal | 355 | 255 | 306 | 0 | 33 | 20 | 7 | 521 | 100 | 120 |
| Binary | 11101101 | 10101101 | 11000110 | 0 | 11011 | 10000 | 111 | 101010001 | 1000000 | 1010000 |
Color Harmonies of #EDADC6
Complementary color
Monochromatic Colors of #EDADC6
Black with #EDADC6
Text Example
Text Example
White with #EDADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADC6; }
p { color: rgb(237,173,198); }
H1.HeaderClassName
{
color: #EDADC6;
}
.AnyTagClassName
{
color: #EDADC6;
}
</style>
background-color css
<style>
a { background-color: #EDADC6; }
a { background-color: rgb(237,173,198); }
div.DivClassName
{
background-color: #EDADC6;
}
.BgClassName
{
background-color: #EDADC6;
}
</style>
border-color css
<style>
span { border-color: #EDADC6; }
span { border-color: rgb(237,173,198); }
td.TdClassName
{
border-color: #EDADC6;
}
.TagClassName
{
border-color: #EDADC6;
}
</style>