#D6ADBA

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

Shades of Melanie #D6ADBA

Tints of Melanie #D6ADBA

Color information

#D6ADBA (or 0xD6ADBA) is unknown color: approx Melanie. HEX triplet: D6, AD and BA. RGB value is (214,173,186). Sum of RGB (Red+Green+Blue) = 214+173+186=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADBA is #295245. Grayscale: #BABABA. Windows color (decimal): -2708038 or 12234198. OLE color: 12234198.

HSL color Cylindrical-coordinate representation of color #D6ADBA: hue angle of 340.98º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADBA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214173186-
CMYK00.190.130.16
HSL340.98º33.33%75.88%-
HSV(B)340.98º19.16%83.92%-
XYZ51.5447.7352.95-
YUV186.74127.58147.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=37.35%
G=30.19%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417318600.190.130.16340.9833.3375.88
HexD6ADBA013D10155214c
Octal326255272023152052541114
Binary1101011010101101101110100100111101100001010101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADBA; }

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

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

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

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

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

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

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

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