#EDAEC0

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

Shades of Cupid #EDAEC0

Tints of Cupid #EDAEC0

Color information

#EDAEC0 (or 0xEDAEC0) is unknown color: approx Cupid. HEX triplet: ED, AE and C0. RGB value is (237,174,192). Sum of RGB (Red+Green+Blue) = 237+174+192=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC0 is #12513F. Grayscale: #C2C2C2. Windows color (decimal): -1200448 or 12627693. OLE color: 12627693.

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

Color convert

RGB237174192-
CMYK00.270.190.07
HSL342.86º63.64%80.59%-
HSV(B)342.86º26.58%92.94%-
XYZ59.5852.0856.78-
YUV194.89126.37158.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=39.30%
G=28.86%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717419200.270.190.07342.8663.6480.59
HexEDAEC001B1371574051
Octal355256300033237527100121
Binary1110110110101110110000000110111001111110101011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEC0; }

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

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

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

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

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

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

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

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