#D1ACBB

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

Shades of Melanie #D1ACBB

Tints of Melanie #D1ACBB

Color information

#D1ACBB (or 0xD1ACBB) is unknown color: approx Melanie. HEX triplet: D1, AC and BB. RGB value is (209,172,187). Sum of RGB (Red+Green+Blue) = 209+172+187=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACBB is #2E5344. Grayscale: #B8B8B8. Windows color (decimal): -3035973 or 12299473. OLE color: 12299473.

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

Color convert

RGB209172187-
CMYK00.180.110.18
HSL335.68º28.68%74.71%-
HSV(B)335.68º17.7%81.96%-
XYZ50.0246.6553.38-
YUV184.77129.26145.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=36.80%
G=30.28%
B=32.92%

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
Decimal20917218700.180.110.18335.6828.6874.71
HexD1ACBB012B121501d4b
Octal321254273022132252035113
Binary110100011010110010111011010010101110010101010000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACBB; }

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

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

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

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

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

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

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

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