Html Css Color HEX #EDACC7 Cupid

📋 copy color: '#EDACC7'

red 237 ◦ green 172 ◦ blue 199

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

Shades of Cupid #EDACC7

Tints of Cupid #EDACC7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.29%

 BLUE value IS 199 (78.13% from 255) = 32.73%

R = 38.98%
G = 28.29%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDACC7 (or 0xEDACC7) is known color: Cupid. HEX triplet: ED, AC and C7. RGB value is (237,172,199). Sum of RGB (Red+Green+Blue) = 237+172+199=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC7 is #125338. Grayscale: #C2C2C2. Windows color (decimal): -1200953 or 13085933. OLE color: 13085933.

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

Color convert

RGB 237 172 199 -
CMYK 0 0.27 0.16 0.07
HSL 335.08º 0.64% 0.8% -
HSV(B) 335.08º 0.27% 0.93% -
XYZ 59.99 51.63 60.84 -
YUV 194.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 237 172 199 0 0.27 0.16 0.07 335.08 0.64 0.8
Hex ED AC C7 0 1B 10 7 14F 40 50
Octal 355 254 307 0 33 20 7 517 100 120
Binary 11101101 10101100 11000111 0 11011 10000 111 101001111 1000000 1010000

Color Harmonies of #EDACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACC7

Black with #EDACC7

Text Example


Text Example

White with #EDACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACC7; }

 p { color: rgb(237,172,199); }

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

background-color css

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

 a { background-color: rgb(237,172,199); }

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

border-color css

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

 span { border-color: rgb(237,172,199); }

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