#EDAEC3

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

Shades of Cupid #EDAEC3

Tints of Cupid #EDAEC3

Color information

#EDAEC3 (or 0xEDAEC3) is unknown color: approx Cupid. HEX triplet: ED, AE and C3. RGB value is (237,174,195). Sum of RGB (Red+Green+Blue) = 237+174+195=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC3 is #12513C. Grayscale: #C3C3C3. Windows color (decimal): -1200445 or 12824301. OLE color: 12824301.

HSL color Cylindrical-coordinate representation of color #EDAEC3: hue angle of 340º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAEC3 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB237174195-
CMYK00.270.180.07
HSL340º63.64%80.59%-
HSV(B)340º26.58%92.94%-
XYZ59.9152.2258.55-
YUV195.23127.87157.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 195 (76.56% from 255) = 32.18%
R=39.11%
G=28.71%
B=32.18%

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
Decimal23717419500.270.180.0734063.6480.59
HexEDAEC301B1271544051
Octal355256303033227524100121
Binary1110110110101110110000110110111001011110101010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEC3; }

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

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

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

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

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

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

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

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