#EDAFC5

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

Shades of Cupid #EDAFC5

Tints of Cupid #EDAFC5

Color information

#EDAFC5 (or 0xEDAFC5) is unknown color: approx Cupid. HEX triplet: ED, AF and C5. RGB value is (237,175,197). Sum of RGB (Red+Green+Blue) = 237+175+197=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFC5 is #12503A. Grayscale: #C4C4C4. Windows color (decimal): -1200187 or 12955629. OLE color: 12955629.

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

Color convert

RGB237175197-
CMYK00.260.170.07
HSL338.71º63.27%80.78%-
HSV(B)338.71º26.16%92.94%-
XYZ60.3352.759.81-
YUV196.05128.54157.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=38.92%
G=28.74%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717519700.260.170.07338.7163.2780.78
HexEDAFC501A1171533f51
Octal35525730503221752377121
Binary111011011010111111000101011010100011111010100111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFC5; }

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

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

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

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

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

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

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

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