#EDADC6

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

Shades of Cupid #EDADC6

Tints of Cupid #EDADC6

Color information

#EDADC6 (or 0xEDADC6) is unknown color: approx Cupid. HEX triplet: ED, AD and C6. RGB value is (237,173,198). Sum of RGB (Red+Green+Blue) = 237+173+198=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADC6 is #125239. Grayscale: #C2C2C2. Windows color (decimal): -1200698 or 13020653. OLE color: 13020653.

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

Color convert

RGB237173198-
CMYK00.270.160.07
HSL336.56º64%80.39%-
HSV(B)336.56º27%92.94%-
XYZ60.0651.9760.29-
YUV194.99129.7157.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=38.98%
G=28.45%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717319800.270.160.07336.566480.39
HexEDADC601B1071514050
Octal355255306033207521100120
Binary1110110110101101110001100110111000011110101000110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDADC6; }

 p { color: rgb(237,173,198); }

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

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

 a { background-color: rgb(237,173,198); }

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

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

 span { border-color: rgb(237,173,198); }

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