#D5ADBE

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

Shades of Melanie #D5ADBE

Tints of Melanie #D5ADBE

Color information

#D5ADBE (or 0xD5ADBE) is unknown color: approx Melanie. HEX triplet: D5, AD and BE. RGB value is (213,173,190). Sum of RGB (Red+Green+Blue) = 213+173+190=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADBE is #2A5241. Grayscale: #BABABA. Windows color (decimal): -2773570 or 12496341. OLE color: 12496341.

HSL color Cylindrical-coordinate representation of color #D5ADBE: hue angle of 334.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADBE is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213173190-
CMYK00.190.110.16
HSL334.5º32.26%75.69%-
HSV(B)334.5º18.78%83.53%-
XYZ51.6847.7555.21-
YUV186.9129.75146.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=36.98%
G=30.03%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317319000.190.110.16334.532.2675.69
HexD5ADBE013B1014e204c
Octal325255276023132051640114
Binary1101010110101101101111100100111011100001010011101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADBE; }

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

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

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

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

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

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

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

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