#EDACC3

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

Shades of Cupid #EDACC3

Tints of Cupid #EDACC3

Color information

#EDACC3 (or 0xEDACC3) is unknown color: approx Cupid. HEX triplet: ED, AC and C3. RGB value is (237,172,195). Sum of RGB (Red+Green+Blue) = 237+172+195=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC3 is #12533C. Grayscale: #C2C2C2. Windows color (decimal): -1200957 or 12823789. OLE color: 12823789.

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

Color convert

RGB237172195-
CMYK00.270.180.07
HSL338.77º64.36%80.2%-
HSV(B)338.77º27.43%92.94%-
XYZ59.5351.4558.42-
YUV194.06128.53158.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 195 (76.56% from 255) = 32.28%
R=39.24%
G=28.48%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717219500.270.180.07338.7764.3680.2
HexEDACC301B1271534050
Octal355254303033227523100120
Binary1110110110101100110000110110111001011110101001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACC3; }

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

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

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

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

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

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

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

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