#D8ADBB

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

Shades of Melanie #D8ADBB

Tints of Melanie #D8ADBB

Color information

#D8ADBB (or 0xD8ADBB) is unknown color: approx Melanie. HEX triplet: D8, AD and BB. RGB value is (216,173,187). Sum of RGB (Red+Green+Blue) = 216+173+187=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADBB is #275244. Grayscale: #BBBBBB. Windows color (decimal): -2576965 or 12299736. OLE color: 12299736.

HSL color Cylindrical-coordinate representation of color #D8ADBB: hue angle of 340.47º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ADBB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB216173187-
CMYK00.200.130.15
HSL340.47º35.54%76.27%-
HSV(B)340.47º19.91%84.71%-
XYZ52.2348.0753.54-
YUV187.45127.75148.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=37.5%
G=30.03%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617318700.200.130.15340.4735.5476.27
HexD8ADBB014DF154244c
Octal330255273024151752444114
Binary110110001010110110111011010100110111111010101001001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADBB; }

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

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

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

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

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

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

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

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