Html Css Color HEX #EDAFC8 Cupid

📋 copy color: '#EDAFC8'

red 237 ◦ green 175 ◦ blue 200

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

Shades of Cupid #EDAFC8

Tints of Cupid #EDAFC8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.59%

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

R = 38.73%
G = 28.59%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDAFC8 (or 0xEDAFC8) is known color: Cupid. HEX triplet: ED, AF and C8. RGB value is (237,175,200). Sum of RGB (Red+Green+Blue) = 237+175+200=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFC8 is #125037. Grayscale: #C4C4C4. Windows color (decimal): -1200184 or 13152237. OLE color: 13152237.

HSL color Cylindrical-coordinate representation of color #EDAFC8: hue angle of 335.81º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFC8 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 200 -
CMYK 0 0.26 0.16 0.07
HSL 335.81º 0.63% 0.81% -
HSV(B) 335.81º 0.26% 0.93% -
XYZ 60.68 52.83 61.64 -
YUV 196.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 237 175 200 0 0.26 0.16 0.07 335.81 0.63 0.81
Hex ED AF C8 0 1A 10 7 150 3F 51
Octal 355 257 310 0 32 20 7 520 77 121
Binary 11101101 10101111 11001000 0 11010 10000 111 101010000 111111 1010001

Color Harmonies of #EDAFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAFC8

Black with #EDAFC8

Text Example


Text Example

White with #EDAFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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