#EDAEC8

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

Shades of Cupid #EDAEC8

Tints of Cupid #EDAEC8

Color information

#EDAEC8 (or 0xEDAEC8) is unknown color: approx Cupid. HEX triplet: ED, AE and C8. RGB value is (237,174,200). Sum of RGB (Red+Green+Blue) = 237+174+200=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC8 is #125137. Grayscale: #C3C3C3. Windows color (decimal): -1200440 or 13151981. OLE color: 13151981.

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

Color convert

RGB237174200-
CMYK00.270.160.07
HSL335.24º63.64%80.59%-
HSV(B)335.24º26.58%92.94%-
XYZ60.4952.4561.58-
YUV195.8130.37157.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=38.79%
G=28.48%
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
Decimal23717420000.270.160.07335.2463.6480.59
HexEDAEC801B10714f4051
Octal355256310033207517100121
Binary1110110110101110110010000110111000011110100111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEC8; }

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

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

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

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

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

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

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

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