Html Css Color HEX #EDADBA Cupid

📋 copy color: '#EDADBA'

red 237 ◦ green 173 ◦ blue 186

#EDADBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cupid #EDADBA

Tints of Cupid #EDADBA

RGB

 RED value IS 237 (92.97% from 255) = 39.77%

 GREEN value IS 173 (67.97% from 255) = 29.03%

 BLUE value IS 186 (73.05% from 255) = 31.21%

R = 39.77%
G = 29.03%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDADBA (or 0xEDADBA) is known color: Cupid. HEX triplet: ED, AD and BA. RGB value is (237,173,186). Sum of RGB (Red+Green+Blue) = 237+173+186=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADBA is #125245. Grayscale: #C1C1C1. Windows color (decimal): -1200710 or 12234221. OLE color: 12234221.

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

Color convert

RGB 237 173 186 -
CMYK 0 0.27 0.22 0.07
HSL 347.81º 0.64% 0.8% -
HSV(B) 347.81º 0.27% 0.93% -
XYZ 58.73 51.44 53.29 -
YUV 193.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 237 173 186 0 0.27 0.22 0.07 347.81 0.64 0.8
Hex ED AD BA 0 1B 16 7 15C 40 50
Octal 355 255 272 0 33 26 7 534 100 120
Binary 11101101 10101101 10111010 0 11011 10110 111 101011100 1000000 1010000

Color Harmonies of #EDADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADBA

Black with #EDADBA

Text Example


Text Example

White with #EDADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADBA; }

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

 H1.HeaderClassName
 {
   color: #EDADBA;
 }
 .AnyTagClassName
 {
   color: #EDADBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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