#D2ADBB

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

Shades of Melanie #D2ADBB

Tints of Melanie #D2ADBB

Color information

#D2ADBB (or 0xD2ADBB) is unknown color: approx Melanie. HEX triplet: D2, AD and BB. RGB value is (210,173,187). Sum of RGB (Red+Green+Blue) = 210+173+187=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADBB is #2D5244. Grayscale: #B9B9B9. Windows color (decimal): -2970181 or 12299730. OLE color: 12299730.

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

Color convert

RGB210173187-
CMYK00.180.110.18
HSL337.3º29.13%75.1%-
HSV(B)337.3º17.62%82.35%-
XYZ50.4947.1853.46-
YUV185.66128.76145.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=36.84%
G=30.35%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017318700.180.110.18337.329.1375.1
HexD2ADBB012B121511d4b
Octal322255273022132252135113
Binary110100101010110110111011010010101110010101010001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADBB; }

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

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

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

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

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

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

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

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