#D5AABB

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

Shades of Melanie #D5AABB

Tints of Melanie #D5AABB

Color information

#D5AABB (or 0xD5AABB) is unknown color: approx Melanie. HEX triplet: D5, AA and BB. RGB value is (213,170,187). Sum of RGB (Red+Green+Blue) = 213+170+187=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AABB is #2A5544. Grayscale: #B8B8B8. Windows color (decimal): -2774341 or 12298965. OLE color: 12298965.

HSL color Cylindrical-coordinate representation of color #D5AABB: hue angle of 336.28º 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 #D5AABB is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213170187-
CMYK00.200.120.16
HSL336.28º33.86%75.1%-
HSV(B)336.28º20.19%83.53%-
XYZ50.7846.4853.31-
YUV184.8129.25148.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.37%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=37.37%
G=29.82%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317018700.200.120.16336.2833.8675.1
HexD5AABB014C10150224b
Octal325252273024142052042113
Binary1101010110101010101110110101001100100001010100001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AABB; }

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

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

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

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

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

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

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

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