#EDAEC5

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

Shades of Cupid #EDAEC5

Tints of Cupid #EDAEC5

Color information

#EDAEC5 (or 0xEDAEC5) is unknown color: approx Cupid. HEX triplet: ED, AE and C5. RGB value is (237,174,197). Sum of RGB (Red+Green+Blue) = 237+174+197=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC5 is #12513A. Grayscale: #C3C3C3. Windows color (decimal): -1200443 or 12955373. OLE color: 12955373.

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

Color convert

RGB237174197-
CMYK00.270.170.07
HSL338.1º63.64%80.59%-
HSV(B)338.1º26.58%92.94%-
XYZ60.1452.3159.75-
YUV195.46128.87157.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=38.98%
G=28.62%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717419700.270.170.07338.163.6480.59
HexEDAEC501B1171524051
Octal355256305033217522100121
Binary1110110110101110110001010110111000111110101001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEC5; }

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

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

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

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

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

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

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

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