Html Css Color HEX #EDADC9 Cupid

📋 copy color: '#EDADC9'

red 237 ◦ green 173 ◦ blue 201

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

Shades of Cupid #EDADC9

Tints of Cupid #EDADC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.9%

R = 38.79%
G = 28.31%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDADC9 (or 0xEDADC9) is known color: Cupid. HEX triplet: ED, AD and C9. RGB value is (237,173,201). Sum of RGB (Red+Green+Blue) = 237+173+201=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADC9 is #125236. Grayscale: #C3C3C3. Windows color (decimal): -1200695 or 13217261. OLE color: 13217261.

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

Color convert

RGB 237 173 201 -
CMYK 0 0.27 0.15 0.07
HSL 333.75º 0.64% 0.8% -
HSV(B) 333.75º 0.27% 0.93% -
XYZ 60.41 52.11 62.13 -
YUV 195.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 237 173 201 0 0.27 0.15 0.07 333.75 0.64 0.8
Hex ED AD C9 0 1B F 7 14E 40 50
Octal 355 255 311 0 33 17 7 516 100 120
Binary 11101101 10101101 11001001 0 11011 1111 111 101001110 1000000 1010000

Color Harmonies of #EDADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADC9

Black with #EDADC9

Text Example


Text Example

White with #EDADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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