Shades of Cupid #EDADC8
Tints of Cupid #EDADC8
RGB
CMYK
RGB Variations
Color information
#EDADC8 (or 0xEDADC8) is known color: Cupid. HEX triplet: ED, AD and C8. RGB value is (237,173,200). Sum of RGB (Red+Green+Blue) = 237+173+200=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADC8 is #125237. Grayscale: #C3C3C3. Windows color (decimal): -1200696 or 13151725. OLE color: 13151725.
HSL color Cylindrical-coordinate representation of color #EDADC8: hue angle of 334.69º 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 #EDADC8 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 200 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.07 |
| HSL | 334.69º | 0.64% | 0.8% | - |
| HSV(B) | 334.69º | 0.27% | 0.93% | - |
| XYZ | 60.29 | 52.06 | 61.51 | - |
| YUV | 195.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 200 | 0 | 0.27 | 0.16 | 0.07 | 334.69 | 0.64 | 0.8 |
| Hex | ED | AD | C8 | 0 | 1B | 10 | 7 | 14F | 40 | 50 |
| Octal | 355 | 255 | 310 | 0 | 33 | 20 | 7 | 517 | 100 | 120 |
| Binary | 11101101 | 10101101 | 11001000 | 0 | 11011 | 10000 | 111 | 101001111 | 1000000 | 1010000 |
Color Harmonies of #EDADC8
Complementary color
Monochromatic Colors of #EDADC8
Black with #EDADC8
Text Example
Text Example
White with #EDADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADC8; }
p { color: rgb(237,173,200); }
H1.HeaderClassName
{
color: #EDADC8;
}
.AnyTagClassName
{
color: #EDADC8;
}
</style>
background-color css
<style>
a { background-color: #EDADC8; }
a { background-color: rgb(237,173,200); }
div.DivClassName
{
background-color: #EDADC8;
}
.BgClassName
{
background-color: #EDADC8;
}
</style>
border-color css
<style>
span { border-color: #EDADC8; }
span { border-color: rgb(237,173,200); }
td.TdClassName
{
border-color: #EDADC8;
}
.TagClassName
{
border-color: #EDADC8;
}
</style>