#D3AFBA

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

Shades of Melanie #D3AFBA

Tints of Melanie #D3AFBA

Color information

#D3AFBA (or 0xD3AFBA) is unknown color: approx Melanie. HEX triplet: D3, AF and BA. RGB value is (211,175,186). Sum of RGB (Red+Green+Blue) = 211+175+186=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFBA is #2C5045. Grayscale: #BBBBBB. Windows color (decimal): -2904134 or 12234707. OLE color: 12234707.

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

Color convert

RGB211175186-
CMYK00.170.120.17
HSL341.67º29.03%75.69%-
HSV(B)341.67º17.06%82.75%-
XYZ51.0648.0553.04-
YUV187.02127.43145.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.89%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=36.89%
G=30.59%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117518600.170.120.17341.6729.0375.69
HexD3AFBA011C111561d4c
Octal323257272021142152635114
Binary110100111010111110111010010001110010001101010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFBA; }

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

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

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

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

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

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

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

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