#D6ACBE

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

Shades of Melanie #D6ACBE

Tints of Melanie #D6ACBE

Color information

#D6ACBE (or 0xD6ACBE) is unknown color: approx Melanie. HEX triplet: D6, AC and BE. RGB value is (214,172,190). Sum of RGB (Red+Green+Blue) = 214+172+190=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACBE is #295341. Grayscale: #BABABA. Windows color (decimal): -2708290 or 12496086. OLE color: 12496086.

HSL color Cylindrical-coordinate representation of color #D6ACBE: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACBE is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214172190-
CMYK00.200.110.16
HSL334.29º33.87%75.69%-
HSV(B)334.29º19.63%83.92%-
XYZ51.7847.5255.16-
YUV186.61129.91147.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=37.15%
G=29.86%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417219000.200.110.16334.2933.8775.69
HexD6ACBE014B1014e224c
Octal326254276024132051642114
Binary1101011010101100101111100101001011100001010011101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACBE; }

 p { color: rgb(214,172,190); }

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

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

 a { background-color: rgb(214,172,190); }

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

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

 span { border-color: rgb(214,172,190); }

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