#EDABC6

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

Shades of Cupid #EDABC6

Tints of Cupid #EDABC6

Color information

#EDABC6 (or 0xEDABC6) is unknown color: approx Cupid. HEX triplet: ED, AB and C6. RGB value is (237,171,198). Sum of RGB (Red+Green+Blue) = 237+171+198=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABC6 is #125439. Grayscale: #C1C1C1. Windows color (decimal): -1201210 or 13020141. OLE color: 13020141.

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

Color convert

RGB237171198-
CMYK00.280.160.07
HSL335.45º64.71%80%-
HSV(B)335.45º27.85%92.94%-
XYZ59.6851.2160.16-
YUV193.81130.37158.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=39.11%
G=28.22%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717119800.280.160.07335.4564.7180
HexEDABC601C10714f4150
Octal355253306034207517101120
Binary1110110110101011110001100111001000011110100111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABC6; }

 p { color: rgb(237,171,198); }

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

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

 a { background-color: rgb(237,171,198); }

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

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

 span { border-color: rgb(237,171,198); }

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