#D8AABB

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

Shades of Melanie #D8AABB

Tints of Melanie #D8AABB

Color information

#D8AABB (or 0xD8AABB) is unknown color: approx Melanie. HEX triplet: D8, AA and BB. RGB value is (216,170,187). Sum of RGB (Red+Green+Blue) = 216+170+187=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AABB is #275544. Grayscale: #B9B9B9. Windows color (decimal): -2577733 or 12298968. OLE color: 12298968.

HSL color Cylindrical-coordinate representation of color #D8AABB: hue angle of 337.83º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AABB is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216170187-
CMYK00.210.130.15
HSL337.83º37.1%75.69%-
HSV(B)337.83º21.3%84.71%-
XYZ51.6646.9453.35-
YUV185.69128.74149.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=37.70%
G=29.67%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617018700.210.130.15337.8337.175.69
HexD8AABB015DF152254c
Octal330252273025151752245114
Binary110110001010101010111011010101110111111010100101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AABB; }

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

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

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

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

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

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

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

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