#EDADBE

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

Shades of Cupid #EDADBE

Tints of Cupid #EDADBE

Color information

#EDADBE (or 0xEDADBE) is unknown color: approx Cupid. HEX triplet: ED, AD and BE. RGB value is (237,173,190). Sum of RGB (Red+Green+Blue) = 237+173+190=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADBE is #125241. Grayscale: #C2C2C2. Windows color (decimal): -1200706 or 12496365. OLE color: 12496365.

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

Color convert

RGB237173190-
CMYK00.270.200.07
HSL344.06º64%80.39%-
HSV(B)344.06º27%92.94%-
XYZ59.1651.6155.56-
YUV194.07125.7158.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=39.5%
G=28.83%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717319000.270.200.07344.066480.39
HexEDADBE01B1471584050
Octal355255276033247530100120
Binary1110110110101101101111100110111010011110101100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADBE; }

 p { color: rgb(237,173,190); }

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

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

 a { background-color: rgb(237,173,190); }

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

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

 span { border-color: rgb(237,173,190); }

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