#edacbc

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

Shades of Cupid #EDACBC

Tints of Cupid #EDACBC

Color information

#EDACBC (or 0xEDACBC) is unknown color: approx Cupid. HEX triplet: ED, AC and BC. RGB value is (237,172,188). Sum of RGB (Red+Green+Blue) = 237+172+188=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACBC is #125343. Grayscale: #C1C1C1. Windows color (decimal): -1200964 or 12365037. OLE color: 12365037.

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

Color convert

RGB237172188-
CMYK00.270.210.07
HSL345.23º64.36%80.2%-
HSV(B)345.23º27.43%92.94%-
XYZ58.7551.1454.35-
YUV193.26125.03159.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=39.70%
G=28.81%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717218800.270.210.07345.2364.3680.2
HexEDACBC01B1571594050
Octal355254274033257531100120
Binary1110110110101100101111000110111010111110101100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edacbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edacbc; }

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

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

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

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

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

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

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

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