Html Css Color HEX #EDADC3 Cupid

📋 copy color: '#EDADC3'

red 237 ◦ green 173 ◦ blue 195

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

Shades of Cupid #EDADC3

Tints of Cupid #EDADC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.23%

R = 39.17%
G = 28.6%
B = 32.23%

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

#EDADC3 (or 0xEDADC3) is known color: Cupid. HEX triplet: ED, AD and C3. RGB value is (237,173,195). Sum of RGB (Red+Green+Blue) = 237+173+195=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADC3 is #12523C. Grayscale: #C2C2C2. Windows color (decimal): -1200701 or 12824045. OLE color: 12824045.

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

Color convert

RGB 237 173 195 -
CMYK 0 0.27 0.18 0.07
HSL 339.38º 0.64% 0.8% -
HSV(B) 339.38º 0.27% 0.93% -
XYZ 59.72 51.83 58.49 -
YUV 194.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 237 173 195 0 0.27 0.18 0.07 339.38 0.64 0.8
Hex ED AD C3 0 1B 12 7 153 40 50
Octal 355 255 303 0 33 22 7 523 100 120
Binary 11101101 10101101 11000011 0 11011 10010 111 101010011 1000000 1010000

Color Harmonies of #EDADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADC3

Black with #EDADC3

Text Example


Text Example

White with #EDADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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