#EDACC8

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

Shades of Cupid #EDACC8

Tints of Cupid #EDACC8

Color information

#EDACC8 (or 0xEDACC8) is unknown color: approx Cupid. HEX triplet: ED, AC and C8. RGB value is (237,172,200). Sum of RGB (Red+Green+Blue) = 237+172+200=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC8 is #125337. Grayscale: #C2C2C2. Windows color (decimal): -1200952 or 13151469. OLE color: 13151469.

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

Color convert

RGB237172200-
CMYK00.270.160.07
HSL334.15º64.36%80.2%-
HSV(B)334.15º27.43%92.94%-
XYZ60.151.6861.45-
YUV194.63131.03158.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 200 (78.52% from 255) = 32.84%
R=38.92%
G=28.24%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717220000.270.160.07334.1564.3680.2
HexEDACC801B10714e4050
Octal355254310033207516100120
Binary1110110110101100110010000110111000011110100111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACC8; }

 p { color: rgb(237,172,200); }

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

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

 a { background-color: rgb(237,172,200); }

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

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

 span { border-color: rgb(237,172,200); }

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