#D2ACBB

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

Shades of Melanie #D2ACBB

Tints of Melanie #D2ACBB

Color information

#D2ACBB (or 0xD2ACBB) is unknown color: approx Melanie. HEX triplet: D2, AC and BB. RGB value is (210,172,187). Sum of RGB (Red+Green+Blue) = 210+172+187=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACBB is #2D5344. Grayscale: #B9B9B9. Windows color (decimal): -2970437 or 12299474. OLE color: 12299474.

HSL color Cylindrical-coordinate representation of color #D2ACBB: hue angle of 336.32º 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 #D2ACBB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210172187-
CMYK00.180.110.18
HSL336.32º29.69%74.9%-
HSV(B)336.32º18.1%82.35%-
XYZ50.346.7953.39-
YUV185.07129.09145.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=36.91%
G=30.23%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017218700.180.110.18336.3229.6974.9
HexD2ACBB012B121501e4b
Octal322254273022132252036113
Binary110100101010110010111011010010101110010101010000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACBB; }

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

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

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

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

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

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

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

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