#EDAAB9

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

Shades of Cupid #EDAAB9

Tints of Cupid #EDAAB9

Color information

#EDAAB9 (or 0xEDAAB9) is unknown color: approx Cupid. HEX triplet: ED, AA and B9. RGB value is (237,170,185). Sum of RGB (Red+Green+Blue) = 237+170+185=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAB9 is #125546. Grayscale: #BFBFBF. Windows color (decimal): -1201479 or 12167917. OLE color: 12167917.

HSL color Cylindrical-coordinate representation of color #EDAAB9: hue angle of 346.57º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDAAB9 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237170185-
CMYK00.280.220.07
HSL346.57º65.05%79.8%-
HSV(B)346.57º28.27%92.94%-
XYZ58.0650.2652.54-
YUV191.74124.2160.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=40.03%
G=28.72%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717018500.280.220.07346.5765.0579.8
HexEDAAB901C16715b4150
Octal355252271034267533101120
Binary1110110110101010101110010111001011011110101101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAB9; }

 p { color: rgb(237,170,185); }

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

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

 a { background-color: rgb(237,170,185); }

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

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

 span { border-color: rgb(237,170,185); }

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