#D1ADBB

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

Shades of Melanie #D1ADBB

Tints of Melanie #D1ADBB

Color information

#D1ADBB (or 0xD1ADBB) is unknown color: approx Melanie. HEX triplet: D1, AD and BB. RGB value is (209,173,187). Sum of RGB (Red+Green+Blue) = 209+173+187=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADBB is #2E5244. Grayscale: #B9B9B9. Windows color (decimal): -3035717 or 12299729. OLE color: 12299729.

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

Color convert

RGB209173187-
CMYK00.170.110.18
HSL336.67º28.12%74.9%-
HSV(B)336.67º17.22%81.96%-
XYZ50.2147.0353.45-
YUV185.36128.93144.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.73%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=36.73%
G=30.40%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917318700.170.110.18336.6728.1274.9
HexD1ADBB011B121511c4b
Octal321255273021132252134113
Binary110100011010110110111011010001101110010101010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADBB; }

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

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

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

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

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

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

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

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