#D4ADBA

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

Shades of Melanie #D4ADBA

Tints of Melanie #D4ADBA

Color information

#D4ADBA (or 0xD4ADBA) is unknown color: approx Melanie. HEX triplet: D4, AD and BA. RGB value is (212,173,186). Sum of RGB (Red+Green+Blue) = 212+173+186=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADBA is #2B5245. Grayscale: #BABABA. Windows color (decimal): -2839110 or 12234196. OLE color: 12234196.

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

Color convert

RGB212173186-
CMYK00.180.120.17
HSL340º31.2%75.49%-
HSV(B)340º18.4%83.14%-
XYZ50.9647.4352.92-
YUV186.14127.92146.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=37.13%
G=30.30%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217318600.180.120.1734031.275.49
HexD4ADBA012C111541f4b
Octal324255272022142152437113
Binary110101001010110110111010010010110010001101010100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADBA; }

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

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

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

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

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

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

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

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