#D8ADBE

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

Shades of Melanie #D8ADBE

Tints of Melanie #D8ADBE

Color information

#D8ADBE (or 0xD8ADBE) is unknown color: approx Melanie. HEX triplet: D8, AD and BE. RGB value is (216,173,190). Sum of RGB (Red+Green+Blue) = 216+173+190=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADBE is #275241. Grayscale: #BBBBBB. Windows color (decimal): -2576962 or 12496344. OLE color: 12496344.

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

Color convert

RGB216173190-
CMYK00.200.120.15
HSL336.28º35.54%76.27%-
HSV(B)336.28º19.91%84.71%-
XYZ52.5648.255.25-
YUV187.8129.25148.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=37.31%
G=29.88%
B=32.82%

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
Decimal21617319000.200.120.15336.2835.5476.27
HexD8ADBE014CF150244c
Octal330255276024141752044114
Binary110110001010110110111110010100110011111010100001001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADBE; }

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

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

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

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

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

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

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

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