#D5ACBD

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

Shades of Melanie #D5ACBD

Tints of Melanie #D5ACBD

Color information

#D5ACBD (or 0xD5ACBD) is unknown color: approx Melanie. HEX triplet: D5, AC and BD. RGB value is (213,172,189). Sum of RGB (Red+Green+Blue) = 213+172+189=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACBD is #2A5342. Grayscale: #BABABA. Windows color (decimal): -2773827 or 12430549. OLE color: 12430549.

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

Color convert

RGB213172189-
CMYK00.190.110.16
HSL335.12º32.8%75.49%-
HSV(B)335.12º19.25%83.53%-
XYZ51.3847.3354.57-
YUV186.2129.58147.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=37.11%
G=29.97%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317218900.190.110.16335.1232.875.49
HexD5ACBD013B1014f214b
Octal325254275023132051741113
Binary1101010110101100101111010100111011100001010011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACBD; }

 p { color: rgb(213,172,189); }

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

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

 a { background-color: rgb(213,172,189); }

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

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

 span { border-color: rgb(213,172,189); }

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