#EDADC5

Color #EDADC5 Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #EDADC5

Tints of Cupid #EDADC5

Color information

#EDADC5 (or 0xEDADC5) is unknown color: approx Cupid. HEX triplet: ED, AD and C5. RGB value is (237,173,197). Sum of RGB (Red+Green+Blue) = 237+173+197=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADC5 is #12523A. Grayscale: #C2C2C2. Windows color (decimal): -1200699 or 12955117. OLE color: 12955117.

HSL color Cylindrical-coordinate representation of color #EDADC5: hue angle of 337.5º 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 #EDADC5 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237173197-
CMYK00.270.170.07
HSL337.5º64%80.39%-
HSV(B)337.5º27%92.94%-
XYZ59.9551.9259.69-
YUV194.87129.2158.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 197 (77.34% from 255) = 32.45%
R=39.04%
G=28.50%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717319700.270.170.07337.56480.39
HexEDADC501B1171524050
Octal355255305033217522100120
Binary1110110110101101110001010110111000111110101001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADC5; }

 p { color: rgb(237,173,197); }

 H1.HeaderClassName
 {
   color: #EDADC5;
 }
 .AnyTagClassName
 {
   color: #EDADC5;
 }
</style>
background-color css

<style>
 a { background-color: #EDADC5; }

 a { background-color: rgb(237,173,197); }

 div.DivClassName
 {
   background-color: #EDADC5;
 }
 .BgClassName
 {
   background-color: #EDADC5;
 }
</style>
border-color css

<style>
 span { border-color: #EDADC5; }

 span { border-color: rgb(237,173,197); }

 td.TdClassName
 {
   border-color: #EDADC5;
 }
 .TagClassName
 {
   border-color: #EDADC5;
 }
</style>