Html Css Color HEX #EDAEBF Cupid

📋 copy color: '#EDAEBF'

red 237 ◦ green 174 ◦ blue 191

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

Shades of Cupid #EDAEBF

Tints of Cupid #EDAEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.73%

R = 39.37%
G = 28.9%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDAEBF (or 0xEDAEBF) is known color: Cupid. HEX triplet: ED, AE and BF. RGB value is (237,174,191). Sum of RGB (Red+Green+Blue) = 237+174+191=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEBF is #125140. Grayscale: #C2C2C2. Windows color (decimal): -1200449 or 12562157. OLE color: 12562157.

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

Color convert

RGB 237 174 191 -
CMYK 0 0.27 0.19 0.07
HSL 343.81º 0.64% 0.81% -
HSV(B) 343.81º 0.27% 0.93% -
XYZ 59.47 52.04 56.2 -
YUV 194.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 237 174 191 0 0.27 0.19 0.07 343.81 0.64 0.81
Hex ED AE BF 0 1B 13 7 158 40 51
Octal 355 256 277 0 33 23 7 530 100 121
Binary 11101101 10101110 10111111 0 11011 10011 111 101011000 1000000 1010001

Color Harmonies of #EDAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEBF

Black with #EDAEBF

Text Example


Text Example

White with #EDAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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