#D9AEBD

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

Shades of Melanie #D9AEBD

Tints of Melanie #D9AEBD

Color information

#D9AEBD (or 0xD9AEBD) is unknown color: approx Melanie. HEX triplet: D9, AE and BD. RGB value is (217,174,189). Sum of RGB (Red+Green+Blue) = 217+174+189=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEBD is #265142. Grayscale: #BCBCBC. Windows color (decimal): -2511171 or 12431065. OLE color: 12431065.

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

Color convert

RGB217174189-
CMYK00.200.130.15
HSL339.07º36.13%76.67%-
HSV(B)339.07º19.82%85.1%-
XYZ52.9448.754.75-
YUV188.57128.25148.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=37.41%
G=30%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717418900.200.130.15339.0736.1376.67
HexD9AEBD014DF153244d
Octal331256275024151752344115
Binary110110011010111010111101010100110111111010100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEBD; }

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

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

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

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

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

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

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

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