#D5ACBB

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

Shades of Melanie #D5ACBB

Tints of Melanie #D5ACBB

Color information

#D5ACBB (or 0xD5ACBB) is unknown color: approx Melanie. HEX triplet: D5, AC and BB. RGB value is (213,172,187). Sum of RGB (Red+Green+Blue) = 213+172+187=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACBB is #2A5344. Grayscale: #B9B9B9. Windows color (decimal): -2773829 or 12299477. OLE color: 12299477.

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

Color convert

RGB213172187-
CMYK00.190.120.16
HSL338.05º32.8%75.49%-
HSV(B)338.05º19.25%83.53%-
XYZ51.1647.2453.44-
YUV185.97128.58147.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=37.24%
G=30.07%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317218700.190.120.16338.0532.875.49
HexD5ACBB013C10152214b
Octal325254273023142052241113
Binary1101010110101100101110110100111100100001010100101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACBB; }

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

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

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

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

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

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

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

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