#EDACC7

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

Shades of Cupid #EDACC7

Tints of Cupid #EDACC7

Color information

#EDACC7 (or 0xEDACC7) is unknown color: approx Cupid. HEX triplet: ED, AC and C7. RGB value is (237,172,199). Sum of RGB (Red+Green+Blue) = 237+172+199=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC7 is #125338. Grayscale: #C2C2C2. Windows color (decimal): -1200953 or 13085933. OLE color: 13085933.

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

Color convert

RGB237172199-
CMYK00.270.160.07
HSL335.08º64.36%80.2%-
HSV(B)335.08º27.43%92.94%-
XYZ59.9951.6360.84-
YUV194.51130.53158.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=38.98%
G=28.29%
B=32.73%

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
Decimal23717219900.270.160.07335.0864.3680.2
HexEDACC701B10714f4050
Octal355254307033207517100120
Binary1110110110101100110001110110111000011110100111110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDACC7; }

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

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

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

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

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

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

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

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