#D4ADBD

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

Shades of Melanie #D4ADBD

Tints of Melanie #D4ADBD

Color information

#D4ADBD (or 0xD4ADBD) is unknown color: approx Melanie. HEX triplet: D4, AD and BD. RGB value is (212,173,189). Sum of RGB (Red+Green+Blue) = 212+173+189=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADBD is #2B5242. Grayscale: #BABABA. Windows color (decimal): -2839107 or 12430804. OLE color: 12430804.

HSL color Cylindrical-coordinate representation of color #D4ADBD: hue angle of 335.38º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADBD is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212173189-
CMYK00.180.110.17
HSL335.38º31.2%75.49%-
HSV(B)335.38º18.4%83.14%-
XYZ51.2847.5654.62-
YUV186.48129.42146.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.93%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=36.93%
G=30.14%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217318900.180.110.17335.3831.275.49
HexD4ADBD012B1114f1f4b
Octal324255275022132151737113
Binary110101001010110110111101010010101110001101001111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADBD; }

 p { color: rgb(212,173,189); }

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

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

 a { background-color: rgb(212,173,189); }

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

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

 span { border-color: rgb(212,173,189); }

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