#D7ADBD

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

Shades of Melanie #D7ADBD

Tints of Melanie #D7ADBD

Color information

#D7ADBD (or 0xD7ADBD) is unknown color: approx Melanie. HEX triplet: D7, AD and BD. RGB value is (215,173,189). Sum of RGB (Red+Green+Blue) = 215+173+189=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADBD is #285242. Grayscale: #BBBBBB. Windows color (decimal): -2642499 or 12430807. OLE color: 12430807.

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

Color convert

RGB215173189-
CMYK00.200.120.16
HSL337.14º34.43%76.08%-
HSV(B)337.14º19.53%84.31%-
XYZ52.1548.0154.66-
YUV187.38128.91147.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=37.26%
G=29.98%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517318900.200.120.16337.1434.4376.08
HexD7ADBD014C10151224c
Octal327255275024142052142114
Binary1101011110101101101111010101001100100001010100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADBD; }

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

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

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

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

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

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

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

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