#D5AABA

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

Shades of Melanie #D5AABA

Tints of Melanie #D5AABA

Color information

#D5AABA (or 0xD5AABA) is unknown color: approx Melanie. HEX triplet: D5, AA and BA. RGB value is (213,170,186). Sum of RGB (Red+Green+Blue) = 213+170+186=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AABA is #2A5545. Grayscale: #B8B8B8. Windows color (decimal): -2774342 or 12233429. OLE color: 12233429.

HSL color Cylindrical-coordinate representation of color #D5AABA: hue angle of 337.67º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AABA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213170186-
CMYK00.200.130.16
HSL337.67º33.86%75.1%-
HSV(B)337.67º20.19%83.53%-
XYZ50.6846.4452.75-
YUV184.68128.75148.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=37.43%
G=29.88%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317018600.200.130.16337.6733.8675.1
HexD5AABA014D10152224b
Octal325252272024152052242113
Binary1101010110101010101110100101001101100001010100101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AABA; }

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

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

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

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

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

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

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

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