#D5ADBB

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

Shades of Melanie #D5ADBB

Tints of Melanie #D5ADBB

Color information

#D5ADBB (or 0xD5ADBB) is unknown color: approx Melanie. HEX triplet: D5, AD and BB. RGB value is (213,173,187). Sum of RGB (Red+Green+Blue) = 213+173+187=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADBB is #2A5244. Grayscale: #BABABA. Windows color (decimal): -2773573 or 12299733. OLE color: 12299733.

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

Color convert

RGB213173187-
CMYK00.190.120.16
HSL339º32.26%75.69%-
HSV(B)339º18.78%83.53%-
XYZ51.3547.6253.5-
YUV186.56128.25146.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=37.17%
G=30.19%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317318700.190.120.1633932.2675.69
HexD5ADBB013C10153204c
Octal325255273023142052340114
Binary1101010110101101101110110100111100100001010100111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADBB; }

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

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

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

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

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

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

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

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