#D2AFBA

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

Shades of Melanie #D2AFBA

Tints of Melanie #D2AFBA

Color information

#D2AFBA (or 0xD2AFBA) is unknown color: approx Melanie. HEX triplet: D2, AF and BA. RGB value is (210,175,186). Sum of RGB (Red+Green+Blue) = 210+175+186=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFBA is #2D5045. Grayscale: #BABABA. Windows color (decimal): -2969670 or 12234706. OLE color: 12234706.

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

Color convert

RGB210175186-
CMYK00.170.110.18
HSL341.14º28%75.49%-
HSV(B)341.14º16.67%82.35%-
XYZ50.7747.9153.03-
YUV186.72127.6144.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=36.78%
G=30.65%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017518600.170.110.18341.142875.49
HexD2AFBA011B121551c4b
Octal322257272021132252534113
Binary110100101010111110111010010001101110010101010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFBA; }

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

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

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

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

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

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

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

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