#D2ACBC

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

Shades of Melanie #D2ACBC

Tints of Melanie #D2ACBC

Color information

#D2ACBC (or 0xD2ACBC) is unknown color: approx Melanie. HEX triplet: D2, AC and BC. RGB value is (210,172,188). Sum of RGB (Red+Green+Blue) = 210+172+188=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACBC is #2D5343. Grayscale: #B9B9B9. Windows color (decimal): -2970436 or 12365010. OLE color: 12365010.

HSL color Cylindrical-coordinate representation of color #D2ACBC: hue angle of 334.74º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ACBC is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210172188-
CMYK00.180.100.18
HSL334.74º29.69%74.9%-
HSV(B)334.74º18.1%82.35%-
XYZ50.4146.8453.96-
YUV185.19129.59145.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=36.84%
G=30.18%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017218800.180.100.18334.7429.6974.9
HexD2ACBC012A1214f1e4b
Octal322254274022122251736113
Binary110100101010110010111100010010101010010101001111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACBC; }

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

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

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

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

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

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

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

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