Html Css Color HEX #EDAEC5 Cupid

📋 copy color: '#EDAEC5'

red 237 ◦ green 174 ◦ blue 197

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

Shades of Cupid #EDAEC5

Tints of Cupid #EDAEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.4%

R = 38.98%
G = 28.62%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDAEC5 (or 0xEDAEC5) is known color: Cupid. HEX triplet: ED, AE and C5. RGB value is (237,174,197). Sum of RGB (Red+Green+Blue) = 237+174+197=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC5 is #12513A. Grayscale: #C3C3C3. Windows color (decimal): -1200443 or 12955373. OLE color: 12955373.

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

Color convert

RGB 237 174 197 -
CMYK 0 0.27 0.17 0.07
HSL 338.1º 0.64% 0.81% -
HSV(B) 338.1º 0.27% 0.93% -
XYZ 60.14 52.31 59.75 -
YUV 195.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 237 174 197 0 0.27 0.17 0.07 338.1 0.64 0.81
Hex ED AE C5 0 1B 11 7 152 40 51
Octal 355 256 305 0 33 21 7 522 100 121
Binary 11101101 10101110 11000101 0 11011 10001 111 101010010 1000000 1010001

Color Harmonies of #EDAEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEC5

Black with #EDAEC5

Text Example


Text Example

White with #EDAEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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