Html Css Color HEX #EDAEC9 Cupid

📋 copy color: '#EDAEC9'

red 237 ◦ green 174 ◦ blue 201

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

Shades of Cupid #EDAEC9

Tints of Cupid #EDAEC9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.43%

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

R = 38.73%
G = 28.43%
B = 32.84%

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

#EDAEC9 (or 0xEDAEC9) is known color: Cupid. HEX triplet: ED, AE and C9. RGB value is (237,174,201). Sum of RGB (Red+Green+Blue) = 237+174+201=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC9 is #125136. Grayscale: #C3C3C3. Windows color (decimal): -1200439 or 13217517. OLE color: 13217517.

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

Color convert

RGB 237 174 201 -
CMYK 0 0.27 0.15 0.07
HSL 334.29º 0.64% 0.81% -
HSV(B) 334.29º 0.27% 0.93% -
XYZ 60.6 52.49 62.2 -
YUV 195.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 237 174 201 0 0.27 0.15 0.07 334.29 0.64 0.81
Hex ED AE C9 0 1B F 7 14E 40 51
Octal 355 256 311 0 33 17 7 516 100 121
Binary 11101101 10101110 11001001 0 11011 1111 111 101001110 1000000 1010001

Color Harmonies of #EDAEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEC9

Black with #EDAEC9

Text Example


Text Example

White with #EDAEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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