#D2AEB9

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

Shades of Melanie #D2AEB9

Tints of Melanie #D2AEB9

Color information

#D2AEB9 (or 0xD2AEB9) is unknown color: approx Melanie. HEX triplet: D2, AE and B9. RGB value is (210,174,185). Sum of RGB (Red+Green+Blue) = 210+174+185=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEB9 is #2D5146. Grayscale: #BABABA. Windows color (decimal): -2969927 or 12168914. OLE color: 12168914.

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

Color convert

RGB210174185-
CMYK00.170.120.18
HSL341.67º28.57%75.29%-
HSV(B)341.67º17.14%82.35%-
XYZ50.4747.4852.4-
YUV186.02127.43145.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=36.91%
G=30.58%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017418500.170.120.18341.6728.5775.29
HexD2AEB9011C121561d4b
Octal322256271021142252635113
Binary110100101010111010111001010001110010010101010110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEB9; }

 p { color: rgb(210,174,185); }

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

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

 a { background-color: rgb(210,174,185); }

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

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

 span { border-color: rgb(210,174,185); }

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