Html Css Color HEX #EDAEBD Cupid

📋 copy color: '#EDAEBD'

red 237 ◦ green 174 ◦ blue 189

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

Shades of Cupid #EDAEBD

Tints of Cupid #EDAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.5%

R = 39.5%
G = 29%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDAEBD (or 0xEDAEBD) is known color: Cupid. HEX triplet: ED, AE and BD. RGB value is (237,174,189). Sum of RGB (Red+Green+Blue) = 237+174+189=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEBD is #125142. Grayscale: #C2C2C2. Windows color (decimal): -1200451 or 12431085. OLE color: 12431085.

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

Color convert

RGB 237 174 189 -
CMYK 0 0.27 0.20 0.07
HSL 345.71º 0.64% 0.81% -
HSV(B) 345.71º 0.27% 0.93% -
XYZ 59.25 51.95 55.05 -
YUV 194.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 237 174 189 0 0.27 0.20 0.07 345.71 0.64 0.81
Hex ED AE BD 0 1B 14 7 15A 40 51
Octal 355 256 275 0 33 24 7 532 100 121
Binary 11101101 10101110 10111101 0 11011 10100 111 101011010 1000000 1010001

Color Harmonies of #EDAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEBD

Black with #EDAEBD

Text Example


Text Example

White with #EDAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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