#D7ADBE

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

Shades of Melanie #D7ADBE

Tints of Melanie #D7ADBE

Color information

#D7ADBE (or 0xD7ADBE) is unknown color: approx Melanie. HEX triplet: D7, AD and BE. RGB value is (215,173,190). Sum of RGB (Red+Green+Blue) = 215+173+190=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADBE is #285241. Grayscale: #BBBBBB. Windows color (decimal): -2642498 or 12496343. OLE color: 12496343.

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

Color convert

RGB215173190-
CMYK00.200.120.16
HSL335.71º34.43%76.08%-
HSV(B)335.71º19.53%84.31%-
XYZ52.2648.0555.24-
YUV187.5129.41147.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=37.20%
G=29.93%
B=32.87%

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
Decimal21517319000.200.120.16335.7134.4376.08
HexD7ADBE014C10150224c
Octal327255276024142052042114
Binary1101011110101101101111100101001100100001010100001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADBE; }

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

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

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

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

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

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

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

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