Html Css Color HEX #EDAEC6 Cupid

📋 copy color: '#EDAEC6'

red 237 ◦ green 174 ◦ blue 198

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

Shades of Cupid #EDAEC6

Tints of Cupid #EDAEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.51%

R = 38.92%
G = 28.57%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDAEC6 (or 0xEDAEC6) is known color: Cupid. HEX triplet: ED, AE and C6. RGB value is (237,174,198). Sum of RGB (Red+Green+Blue) = 237+174+198=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEC6 is #125139. Grayscale: #C3C3C3. Windows color (decimal): -1200442 or 13020909. OLE color: 13020909.

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

Color convert

RGB 237 174 198 -
CMYK 0 0.27 0.16 0.07
HSL 337.14º 0.64% 0.81% -
HSV(B) 337.14º 0.27% 0.93% -
XYZ 60.25 52.35 60.36 -
YUV 195.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 237 174 198 0 0.27 0.16 0.07 337.14 0.64 0.81
Hex ED AE C6 0 1B 10 7 151 40 51
Octal 355 256 306 0 33 20 7 521 100 121
Binary 11101101 10101110 11000110 0 11011 10000 111 101010001 1000000 1010001

Color Harmonies of #EDAEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEC6

Black with #EDAEC6

Text Example


Text Example

White with #EDAEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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