#EDAFC4

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

Shades of Cupid #EDAFC4

Tints of Cupid #EDAFC4

Color information

#EDAFC4 (or 0xEDAFC4) is unknown color: approx Cupid. HEX triplet: ED, AF and C4. RGB value is (237,175,196). Sum of RGB (Red+Green+Blue) = 237+175+196=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFC4 is #12503B. Grayscale: #C3C3C3. Windows color (decimal): -1200188 or 12890093. OLE color: 12890093.

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

Color convert

RGB237175196-
CMYK00.260.170.07
HSL339.68º63.27%80.78%-
HSV(B)339.68º26.16%92.94%-
XYZ60.2252.6559.21-
YUV195.93128.04157.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=38.98%
G=28.78%
B=32.24%

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
Decimal23717519600.260.170.07339.6863.2780.78
HexEDAFC401A1171543f51
Octal35525730403221752477121
Binary111011011010111111000100011010100011111010101001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFC4; }

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

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

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

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

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

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

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

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