#D4ACBC

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

Shades of Melanie #D4ACBC

Tints of Melanie #D4ACBC

Color information

#D4ACBC (or 0xD4ACBC) is unknown color: approx Melanie. HEX triplet: D4, AC and BC. RGB value is (212,172,188). Sum of RGB (Red+Green+Blue) = 212+172+188=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACBC is #2B5343. Grayscale: #B9B9B9. Windows color (decimal): -2839364 or 12365012. OLE color: 12365012.

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

Color convert

RGB212172188-
CMYK00.190.110.17
HSL336º31.75%75.29%-
HSV(B)336º18.87%83.14%-
XYZ50.9847.1353.99-
YUV185.78129.25146.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=37.06%
G=30.07%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217218800.190.110.1733631.7575.29
HexD4ACBC013B11150204b
Octal324254274023132152040113
Binary1101010010101100101111000100111011100011010100001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACBC; }

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

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

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

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

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

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

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

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