#D9AEBB

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

Shades of Melanie #D9AEBB

Tints of Melanie #D9AEBB

Color information

#D9AEBB (or 0xD9AEBB) is unknown color: approx Melanie. HEX triplet: D9, AE and BB. RGB value is (217,174,187). Sum of RGB (Red+Green+Blue) = 217+174+187=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEBB is #265144. Grayscale: #BCBCBC. Windows color (decimal): -2511173 or 12299993. OLE color: 12299993.

HSL color Cylindrical-coordinate representation of color #D9AEBB: hue angle of 341.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AEBB is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217174187-
CMYK00.200.140.15
HSL341.86º36.13%76.67%-
HSV(B)341.86º19.82%85.1%-
XYZ52.7248.6153.62-
YUV188.34127.25148.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=37.54%
G=30.10%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717418700.200.140.15341.8636.1376.67
HexD9AEBB014EF156244d
Octal331256273024161752644115
Binary110110011010111010111011010100111011111010101101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEBB; }

 p { color: rgb(217,174,187); }

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

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

 a { background-color: rgb(217,174,187); }

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

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

 span { border-color: rgb(217,174,187); }

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