Html Css Color HEX #EDAEC2 Cupid

📋 copy color: '#EDAEC2'

red 237 ◦ green 174 ◦ blue 194

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

Shades of Cupid #EDAEC2

Tints of Cupid #EDAEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.07%

R = 39.17%
G = 28.76%
B = 32.07%

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

#EDAEC2 (or 0xEDAEC2) is known color: Cupid. HEX triplet: ED, AE and C2. RGB value is (237,174,194). Sum of RGB (Red+Green+Blue) = 237+174+194=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC2 is #12513D. Grayscale: #C3C3C3. Windows color (decimal): -1200446 or 12758765. OLE color: 12758765.

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

Color convert

RGB 237 174 194 -
CMYK 0 0.27 0.18 0.07
HSL 340.95º 0.64% 0.81% -
HSV(B) 340.95º 0.27% 0.93% -
XYZ 59.8 52.17 57.96 -
YUV 195.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 237 174 194 0 0.27 0.18 0.07 340.95 0.64 0.81
Hex ED AE C2 0 1B 12 7 155 40 51
Octal 355 256 302 0 33 22 7 525 100 121
Binary 11101101 10101110 11000010 0 11011 10010 111 101010101 1000000 1010001

Color Harmonies of #EDAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEC2

Black with #EDAEC2

Text Example


Text Example

White with #EDAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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