#D2AFBD

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

Shades of Melanie #D2AFBD

Tints of Melanie #D2AFBD

Color information

#D2AFBD (or 0xD2AFBD) is unknown color: approx Melanie. HEX triplet: D2, AF and BD. RGB value is (210,175,189). Sum of RGB (Red+Green+Blue) = 210+175+189=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFBD is #2D5042. Grayscale: #BBBBBB. Windows color (decimal): -2969667 or 12431314. OLE color: 12431314.

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

Color convert

RGB210175189-
CMYK00.170.100.18
HSL336º28%75.49%-
HSV(B)336º16.67%82.35%-
XYZ51.0948.0454.72-
YUV187.06129.1144.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=36.59%
G=30.49%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017518900.170.100.183362875.49
HexD2AFBD011A121501c4b
Octal322257275021122252034113
Binary110100101010111110111101010001101010010101010000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFBD; }

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

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

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

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

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

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

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

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