#D8ADBD

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

Shades of Melanie #D8ADBD

Tints of Melanie #D8ADBD

Color information

#D8ADBD (or 0xD8ADBD) is unknown color: approx Melanie. HEX triplet: D8, AD and BD. RGB value is (216,173,189). Sum of RGB (Red+Green+Blue) = 216+173+189=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADBD is #275242. Grayscale: #BBBBBB. Windows color (decimal): -2576963 or 12430808. OLE color: 12430808.

HSL color Cylindrical-coordinate representation of color #D8ADBD: hue angle of 337.67º 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 #D8ADBD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216173189-
CMYK00.200.120.15
HSL337.67º35.54%76.27%-
HSV(B)337.67º19.91%84.71%-
XYZ52.4548.1654.68-
YUV187.68128.75148.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=37.37%
G=29.93%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617318900.200.120.15337.6735.5476.27
HexD8ADBD014CF152244c
Octal330255275024141752244114
Binary110110001010110110111101010100110011111010100101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADBD; }

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

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

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

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

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

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

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

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