Html Css Color HEX #EDADC2 Cupid

📋 copy color: '#EDADC2'

red 237 ◦ green 173 ◦ blue 194

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

Shades of Cupid #EDADC2

Tints of Cupid #EDADC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.12%

R = 39.24%
G = 28.64%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDADC2 (or 0xEDADC2) is known color: Cupid. HEX triplet: ED, AD and C2. RGB value is (237,173,194). Sum of RGB (Red+Green+Blue) = 237+173+194=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADC2 is #12523D. Grayscale: #C2C2C2. Windows color (decimal): -1200702 or 12758509. OLE color: 12758509.

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

Color convert

RGB 237 173 194 -
CMYK 0 0.27 0.18 0.07
HSL 340.31º 0.64% 0.8% -
HSV(B) 340.31º 0.27% 0.93% -
XYZ 59.61 51.79 57.89 -
YUV 194.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 237 173 194 0 0.27 0.18 0.07 340.31 0.64 0.8
Hex ED AD C2 0 1B 12 7 154 40 50
Octal 355 255 302 0 33 22 7 524 100 120
Binary 11101101 10101101 11000010 0 11011 10010 111 101010100 1000000 1010000

Color Harmonies of #EDADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADC2

Black with #EDADC2

Text Example


Text Example

White with #EDADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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