#D8ADBA

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

Shades of Melanie #D8ADBA

Tints of Melanie #D8ADBA

Color information

#D8ADBA (or 0xD8ADBA) is unknown color: approx Melanie. HEX triplet: D8, AD and BA. RGB value is (216,173,186). Sum of RGB (Red+Green+Blue) = 216+173+186=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADBA is #275245. Grayscale: #BBBBBB. Windows color (decimal): -2576966 or 12234200. OLE color: 12234200.

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

Color convert

RGB216173186-
CMYK00.200.140.15
HSL341.86º35.54%76.27%-
HSV(B)341.86º19.91%84.71%-
XYZ52.1348.0352.98-
YUV187.34127.25148.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=37.57%
G=30.09%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617318600.200.140.15341.8635.5476.27
HexD8ADBA014EF156244c
Octal330255272024161752644114
Binary110110001010110110111010010100111011111010101101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADBA; }

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

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

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

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

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

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

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

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