Html Css Color HEX #E0AEBD Melanie

📋 copy color: '#E0AEBD'

red 224 ◦ green 174 ◦ blue 189

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

Shades of Melanie #E0AEBD

Tints of Melanie #E0AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 38.16%
G = 29.64%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0AEBD (or 0xE0AEBD) is known color: Melanie. HEX triplet: E0, AE and BD. RGB value is (224,174,189). Sum of RGB (Red+Green+Blue) = 224+174+189=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEBD is #1F5142. Grayscale: #BEBEBE. Windows color (decimal): -2052419 or 12431072. OLE color: 12431072.

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

Color convert

RGB 224 174 189 -
CMYK 0 0.22 0.16 0.12
HSL 342º 0.45% 0.78% -
HSV(B) 342º 0.22% 0.88% -
XYZ 55.06 49.79 54.85 -
YUV 190.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 224 174 189 0 0.22 0.16 0.12 342 0.45 0.78
Hex E0 AE BD 0 16 10 C 156 2D 4E
Octal 340 256 275 0 26 20 14 526 55 116
Binary 11100000 10101110 10111101 0 10110 10000 1100 101010110 101101 1001110

Color Harmonies of #E0AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEBD

Black with #E0AEBD

Text Example


Text Example

White with #E0AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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