#EDAFBC

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

Shades of Cupid #EDAFBC

Tints of Cupid #EDAFBC

Color information

#EDAFBC (or 0xEDAFBC) is unknown color: approx Cupid. HEX triplet: ED, AF and BC. RGB value is (237,175,188). Sum of RGB (Red+Green+Blue) = 237+175+188=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFBC is #125043. Grayscale: #C3C3C3. Windows color (decimal): -1200196 or 12365805. OLE color: 12365805.

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

Color convert

RGB237175188-
CMYK00.260.210.07
HSL347.42º63.27%80.78%-
HSV(B)347.42º26.16%92.94%-
XYZ59.3352.354.54-
YUV195.02124.04157.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=39.5%
G=29.17%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717518800.260.210.07347.4263.2780.78
HexEDAFBC01A15715b3f51
Octal35525727403225753377121
Binary111011011010111110111100011010101011111010110111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFBC; }

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

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

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

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

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

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

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

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