#D2AFB9

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

Shades of Melanie #D2AFB9

Tints of Melanie #D2AFB9

Color information

#D2AFB9 (or 0xD2AFB9) is unknown color: approx Melanie. HEX triplet: D2, AF and B9. RGB value is (210,175,185). Sum of RGB (Red+Green+Blue) = 210+175+185=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFB9 is #2D5046. Grayscale: #BABABA. Windows color (decimal): -2969671 or 12169170. OLE color: 12169170.

HSL color Cylindrical-coordinate representation of color #D2AFB9: hue angle of 342.86º degrees, saturation: 0.28, 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 #D2AFB9 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB210175185-
CMYK00.170.120.18
HSL342.86º28%75.49%-
HSV(B)342.86º16.67%82.35%-
XYZ50.6747.8652.47-
YUV186.6127.1144.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=36.84%
G=30.70%
B=32.46%

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
Decimal21017518500.170.120.18342.862875.49
HexD2AFB9011C121571c4b
Octal322257271021142252734113
Binary110100101010111110111001010001110010010101010111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFB9; }

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

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

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

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

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

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

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

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