#D7ADBB

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

Shades of Melanie #D7ADBB

Tints of Melanie #D7ADBB

Color information

#D7ADBB (or 0xD7ADBB) is unknown color: approx Melanie. HEX triplet: D7, AD and BB. RGB value is (215,173,187). Sum of RGB (Red+Green+Blue) = 215+173+187=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADBB is #285244. Grayscale: #BBBBBB. Windows color (decimal): -2642501 or 12299735. OLE color: 12299735.

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

Color convert

RGB215173187-
CMYK00.200.130.16
HSL340º34.43%76.08%-
HSV(B)340º19.53%84.31%-
XYZ51.9447.9253.53-
YUV187.15127.91147.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.39%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=37.39%
G=30.09%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517318700.200.130.1634034.4376.08
HexD7ADBB014D10154224c
Octal327255273024152052442114
Binary1101011110101101101110110101001101100001010101001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADBB; }

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

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

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

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

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

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

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

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