#D4AABA

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

Shades of Melanie #D4AABA

Tints of Melanie #D4AABA

Color information

#D4AABA (or 0xD4AABA) is unknown color: approx Melanie. HEX triplet: D4, AA and BA. RGB value is (212,170,186). Sum of RGB (Red+Green+Blue) = 212+170+186=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AABA is #2B5545. Grayscale: #B8B8B8. Windows color (decimal): -2839878 or 12233428. OLE color: 12233428.

HSL color Cylindrical-coordinate representation of color #D4AABA: hue angle of 337.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AABA is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212170186-
CMYK00.200.120.17
HSL337.14º32.81%74.9%-
HSV(B)337.14º19.81%83.14%-
XYZ50.3946.2952.73-
YUV184.38128.91147.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=37.32%
G=29.93%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217018600.200.120.17337.1432.8174.9
HexD4AABA014C11151214b
Octal324252272024142152141113
Binary1101010010101010101110100101001100100011010100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AABA; }

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

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

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

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

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

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

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

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