#D4AEBA

Color #D4AEBA Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #D4AEBA

Tints of Melanie #D4AEBA

Color information

#D4AEBA (or 0xD4AEBA) is unknown color: approx Melanie. HEX triplet: D4, AE and BA. RGB value is (212,174,186). Sum of RGB (Red+Green+Blue) = 212+174+186=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEBA is #2B5145. Grayscale: #BABABA. Windows color (decimal): -2838854 or 12234452. OLE color: 12234452.

HSL color Cylindrical-coordinate representation of color #D4AEBA: hue angle of 341.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AEBA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212174186-
CMYK00.180.120.17
HSL341.05º30.65%75.69%-
HSV(B)341.05º17.92%83.14%-
XYZ51.1547.8152.99-
YUV186.73127.59146.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=37.06%
G=30.42%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217418600.180.120.17341.0530.6575.69
HexD4AEBA012C111551f4c
Octal324256272022142152537114
Binary110101001010111010111010010010110010001101010101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEBA; }

 p { color: rgb(212,174,186); }

 H1.HeaderClassName
 {
   color: #D4AEBA;
 }
 .AnyTagClassName
 {
   color: #D4AEBA;
 }
</style>
background-color css

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

 a { background-color: rgb(212,174,186); }

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

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

 span { border-color: rgb(212,174,186); }

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