Html Css Color HEX #EDAEBC Cupid

📋 copy color: '#EDAEBC'

red 237 ◦ green 174 ◦ blue 188

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

Shades of Cupid #EDAEBC

Tints of Cupid #EDAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.39%

R = 39.57%
G = 29.05%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDAEBC (or 0xEDAEBC) is known color: Cupid. HEX triplet: ED, AE and BC. RGB value is (237,174,188). Sum of RGB (Red+Green+Blue) = 237+174+188=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEBC is #125143. Grayscale: #C2C2C2. Windows color (decimal): -1200452 or 12365549. OLE color: 12365549.

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

Color convert

RGB 237 174 188 -
CMYK 0 0.27 0.21 0.07
HSL 346.67º 0.64% 0.81% -
HSV(B) 346.67º 0.27% 0.93% -
XYZ 59.14 51.91 54.48 -
YUV 194.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 237 174 188 0 0.27 0.21 0.07 346.67 0.64 0.81
Hex ED AE BC 0 1B 15 7 15B 40 51
Octal 355 256 274 0 33 25 7 533 100 121
Binary 11101101 10101110 10111100 0 11011 10101 111 101011011 1000000 1010001

Color Harmonies of #EDAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEBC

Black with #EDAEBC

Text Example


Text Example

White with #EDAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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