#D3AFBB

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

Shades of Melanie #D3AFBB

Tints of Melanie #D3AFBB

Color information

#D3AFBB (or 0xD3AFBB) is unknown color: approx Melanie. HEX triplet: D3, AF and BB. RGB value is (211,175,187). Sum of RGB (Red+Green+Blue) = 211+175+187=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFBB is #2C5044. Grayscale: #BBBBBB. Windows color (decimal): -2904133 or 12300243. OLE color: 12300243.

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

Color convert

RGB211175187-
CMYK00.170.110.17
HSL340º29.03%75.69%-
HSV(B)340º17.06%82.75%-
XYZ51.1648.153.6-
YUV187.13127.93145.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.82%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=36.82%
G=30.54%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117518700.170.110.1734029.0375.69
HexD3AFBB011B111541d4c
Octal323257273021132152435114
Binary110100111010111110111011010001101110001101010100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFBB; }

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

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

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

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

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

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

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

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