Html Css Color HEX #E0AEBF Melanie

📋 copy color: '#E0AEBF'

red 224 ◦ green 174 ◦ blue 191

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

Shades of Melanie #E0AEBF

Tints of Melanie #E0AEBF

RGB

 RED value IS 224 (87.89% from 255) = 38.03%

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

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

R = 38.03%
G = 29.54%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0AEBF (or 0xE0AEBF) is known color: Melanie. HEX triplet: E0, AE and BF. RGB value is (224,174,191). Sum of RGB (Red+Green+Blue) = 224+174+191=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEBF is #1F5140. Grayscale: #BEBEBE. Windows color (decimal): -2052417 or 12562144. OLE color: 12562144.

HSL color Cylindrical-coordinate representation of color #E0AEBF: hue angle of 339.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AEBF is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 174 191 -
CMYK 0 0.22 0.15 0.12
HSL 339.6º 0.45% 0.78% -
HSV(B) 339.6º 0.22% 0.88% -
XYZ 55.28 49.88 56 -
YUV 190.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 224 174 191 0 0.22 0.15 0.12 339.6 0.45 0.78
Hex E0 AE BF 0 16 F C 154 2D 4E
Octal 340 256 277 0 26 17 14 524 55 116
Binary 11100000 10101110 10111111 0 10110 1111 1100 101010100 101101 1001110

Color Harmonies of #E0AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEBF

Black with #E0AEBF

Text Example


Text Example

White with #E0AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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