#D2ADBA

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

Shades of Melanie #D2ADBA

Tints of Melanie #D2ADBA

Color information

#D2ADBA (or 0xD2ADBA) is unknown color: approx Melanie. HEX triplet: D2, AD and BA. RGB value is (210,173,186). Sum of RGB (Red+Green+Blue) = 210+173+186=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADBA is #2D5245. Grayscale: #B9B9B9. Windows color (decimal): -2970182 or 12234194. OLE color: 12234194.

HSL color Cylindrical-coordinate representation of color #D2ADBA: hue angle of 338.92º 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 #D2ADBA is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210173186-
CMYK00.180.110.18
HSL338.92º29.13%75.1%-
HSV(B)338.92º17.62%82.35%-
XYZ50.3847.1352.9-
YUV185.54128.26145.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=36.91%
G=30.40%
B=32.69%

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
Decimal21017318600.180.110.18338.9229.1375.1
HexD2ADBA012B121531d4b
Octal322255272022132252335113
Binary110100101010110110111010010010101110010101010011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADBA; }

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

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

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

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

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

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

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

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