#D4AEBC

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

Shades of Melanie #D4AEBC

Tints of Melanie #D4AEBC

Color information

#D4AEBC (or 0xD4AEBC) is unknown color: approx Melanie. HEX triplet: D4, AE and BC. RGB value is (212,174,188). Sum of RGB (Red+Green+Blue) = 212+174+188=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEBC is #2B5143. Grayscale: #BABABA. Windows color (decimal): -2838852 or 12365524. OLE color: 12365524.

HSL color Cylindrical-coordinate representation of color #D4AEBC: hue angle of 337.89º 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 #D4AEBC is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212174188-
CMYK00.180.110.17
HSL337.89º30.65%75.69%-
HSV(B)337.89º17.92%83.14%-
XYZ51.3647.954.12-
YUV186.96128.59145.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.93%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=36.93%
G=30.31%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217418800.180.110.17337.8930.6575.69
HexD4AEBC012B111521f4c
Octal324256274022132152237114
Binary110101001010111010111100010010101110001101010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEBC; }

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

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

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

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

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

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

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

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