Html Css Color HEX #EDACC8 Cupid

📋 copy color: '#EDACC8'

red 237 ◦ green 172 ◦ blue 200

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

Shades of Cupid #EDACC8

Tints of Cupid #EDACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.84%

R = 38.92%
G = 28.24%
B = 32.84%

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

#EDACC8 (or 0xEDACC8) is known color: Cupid. HEX triplet: ED, AC and C8. RGB value is (237,172,200). Sum of RGB (Red+Green+Blue) = 237+172+200=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC8 is #125337. Grayscale: #C2C2C2. Windows color (decimal): -1200952 or 13151469. OLE color: 13151469.

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

Color convert

RGB 237 172 200 -
CMYK 0 0.27 0.16 0.07
HSL 334.15º 0.64% 0.8% -
HSV(B) 334.15º 0.27% 0.93% -
XYZ 60.1 51.68 61.45 -
YUV 194.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 237 172 200 0 0.27 0.16 0.07 334.15 0.64 0.8
Hex ED AC C8 0 1B 10 7 14E 40 50
Octal 355 254 310 0 33 20 7 516 100 120
Binary 11101101 10101100 11001000 0 11011 10000 111 101001110 1000000 1010000

Color Harmonies of #EDACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACC8

Black with #EDACC8

Text Example


Text Example

White with #EDACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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