#D3ACBA

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

Shades of Melanie #D3ACBA

Tints of Melanie #D3ACBA

Color information

#D3ACBA (or 0xD3ACBA) is unknown color: approx Melanie. HEX triplet: D3, AC and BA. RGB value is (211,172,186). Sum of RGB (Red+Green+Blue) = 211+172+186=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACBA is #2C5345. Grayscale: #B9B9B9. Windows color (decimal): -2904902 or 12233939. OLE color: 12233939.

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

Color convert

RGB211172186-
CMYK00.180.120.17
HSL338.46º30.71%75.1%-
HSV(B)338.46º18.48%82.75%-
XYZ50.4846.952.85-
YUV185.26128.42146.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.08%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=37.08%
G=30.23%
B=32.69%

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
Decimal21117218600.180.120.17338.4630.7175.1
HexD3ACBA012C111521f4b
Octal323254272022142152237113
Binary110100111010110010111010010010110010001101010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ACBA; }

 p { color: rgb(211,172,186); }

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

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

 a { background-color: rgb(211,172,186); }

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

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

 span { border-color: rgb(211,172,186); }

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