Html Css Color HEX #EDACC3 Cupid

📋 copy color: '#EDACC3'

red 237 ◦ green 172 ◦ blue 195

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

Shades of Cupid #EDACC3

Tints of Cupid #EDACC3

RGB

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

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

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

R = 39.24%
G = 28.48%
B = 32.28%

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

#EDACC3 (or 0xEDACC3) is known color: Cupid. HEX triplet: ED, AC and C3. RGB value is (237,172,195). Sum of RGB (Red+Green+Blue) = 237+172+195=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACC3 is #12533C. Grayscale: #C2C2C2. Windows color (decimal): -1200957 or 12823789. OLE color: 12823789.

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

Color convert

RGB 237 172 195 -
CMYK 0 0.27 0.18 0.07
HSL 338.77º 0.64% 0.8% -
HSV(B) 338.77º 0.27% 0.93% -
XYZ 59.53 51.45 58.42 -
YUV 194.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 237 172 195 0 0.27 0.18 0.07 338.77 0.64 0.8
Hex ED AC C3 0 1B 12 7 153 40 50
Octal 355 254 303 0 33 22 7 523 100 120
Binary 11101101 10101100 11000011 0 11011 10010 111 101010011 1000000 1010000

Color Harmonies of #EDACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACC3

Black with #EDACC3

Text Example


Text Example

White with #EDACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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