#EDAFBD

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

Shades of Cupid #EDAFBD

Tints of Cupid #EDAFBD

Color information

#EDAFBD (or 0xEDAFBD) is unknown color: approx Cupid. HEX triplet: ED, AF and BD. RGB value is (237,175,189). Sum of RGB (Red+Green+Blue) = 237+175+189=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFBD is #125042. Grayscale: #C3C3C3. Windows color (decimal): -1200195 or 12431341. OLE color: 12431341.

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

Color convert

RGB237175189-
CMYK00.260.200.07
HSL346.45º63.27%80.78%-
HSV(B)346.45º26.16%92.94%-
XYZ59.4452.3455.11-
YUV195.13124.54157.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=39.43%
G=29.12%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717518900.260.200.07346.4563.2780.78
HexEDAFBD01A14715a3f51
Octal35525727503224753277121
Binary111011011010111110111101011010101001111010110101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFBD; }

 p { color: rgb(237,175,189); }

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

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

 a { background-color: rgb(237,175,189); }

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

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

 span { border-color: rgb(237,175,189); }

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