#D5ACBC

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

Shades of Melanie #D5ACBC

Tints of Melanie #D5ACBC

Color information

#D5ACBC (or 0xD5ACBC) is unknown color: approx Melanie. HEX triplet: D5, AC and BC. RGB value is (213,172,188). Sum of RGB (Red+Green+Blue) = 213+172+188=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACBC is #2A5343. Grayscale: #BABABA. Windows color (decimal): -2773828 or 12365013. OLE color: 12365013.

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

Color convert

RGB213172188-
CMYK00.190.120.16
HSL336.59º32.8%75.49%-
HSV(B)336.59º19.25%83.53%-
XYZ51.2747.2854-
YUV186.08129.08147.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=37.17%
G=30.02%
B=32.81%

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
Decimal21317218800.190.120.16336.5932.875.49
HexD5ACBC013C10151214b
Octal325254274023142052141113
Binary1101010110101100101111000100111100100001010100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACBC; }

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

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

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

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

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

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

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

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