Html Css Color HEX #E6AEBD Melanie

📋 copy color: '#E6AEBD'

red 230 ◦ green 174 ◦ blue 189

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

Shades of Melanie #E6AEBD

Tints of Melanie #E6AEBD

RGB

 RED value IS 230 (90.23% from 255) = 38.79%

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

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

R = 38.79%
G = 29.34%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6AEBD (or 0xE6AEBD) is known color: Melanie. HEX triplet: E6, AE and BD. RGB value is (230,174,189). Sum of RGB (Red+Green+Blue) = 230+174+189=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEBD is #195142. Grayscale: #C0C0C0. Windows color (decimal): -1659203 or 12431078. OLE color: 12431078.

HSL color Cylindrical-coordinate representation of color #E6AEBD: hue angle of 343.93º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AEBD is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 174 189 -
CMYK 0 0.24 0.18 0.10
HSL 343.93º 0.53% 0.79% -
HSV(B) 343.93º 0.24% 0.9% -
XYZ 56.95 50.77 54.94 -
YUV 192.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 230 174 189 0 0.24 0.18 0.10 343.93 0.53 0.79
Hex E6 AE BD 0 18 12 A 158 35 4F
Octal 346 256 275 0 30 22 12 530 65 117
Binary 11100110 10101110 10111101 0 11000 10010 1010 101011000 110101 1001111

Color Harmonies of #E6AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEBD

Black with #E6AEBD

Text Example


Text Example

White with #E6AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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