#D3ADBB

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

Shades of Melanie #D3ADBB

Tints of Melanie #D3ADBB

Color information

#D3ADBB (or 0xD3ADBB) is unknown color: approx Melanie. HEX triplet: D3, AD and BB. RGB value is (211,173,187). Sum of RGB (Red+Green+Blue) = 211+173+187=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADBB is #2C5244. Grayscale: #B9B9B9. Windows color (decimal): -2904645 or 12299731. OLE color: 12299731.

HSL color Cylindrical-coordinate representation of color #D3ADBB: hue angle of 337.89º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ADBB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB211173187-
CMYK00.180.110.17
HSL337.89º30.16%75.29%-
HSV(B)337.89º18.01%82.75%-
XYZ50.7847.3253.47-
YUV185.96128.59145.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.95%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=36.95%
G=30.30%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117318700.180.110.17337.8930.1675.29
HexD3ADBB012B111521e4b
Octal323255273022132152236113
Binary110100111010110110111011010010101110001101010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADBB; }

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

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

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

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

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

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

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

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