#EDABBC

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

Shades of Cupid #EDABBC

Tints of Cupid #EDABBC

Color information

#EDABBC (or 0xEDABBC) is unknown color: approx Cupid. HEX triplet: ED, AB and BC. RGB value is (237,171,188). Sum of RGB (Red+Green+Blue) = 237+171+188=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABBC is #125443. Grayscale: #C0C0C0. Windows color (decimal): -1201220 or 12364781. OLE color: 12364781.

HSL color Cylindrical-coordinate representation of color #EDABBC: hue angle of 344.55º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABBC is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237171188-
CMYK00.280.210.07
HSL344.55º64.71%80%-
HSV(B)344.55º27.85%92.94%-
XYZ58.5750.7654.29-
YUV192.67125.37159.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=39.77%
G=28.69%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717118800.280.210.07344.5564.7180
HexEDABBC01C1571594150
Octal355253274034257531101120
Binary1110110110101011101111000111001010111110101100110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDABBC; }

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

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

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

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

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

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

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

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