#D9AFBA

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

Shades of Melanie #D9AFBA

Tints of Melanie #D9AFBA

Color information

#D9AFBA (or 0xD9AFBA) is unknown color: approx Melanie. HEX triplet: D9, AF and BA. RGB value is (217,175,186). Sum of RGB (Red+Green+Blue) = 217+175+186=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFBA is #265045. Grayscale: #BCBCBC. Windows color (decimal): -2510918 or 12234713. OLE color: 12234713.

HSL color Cylindrical-coordinate representation of color #D9AFBA: hue angle of 344.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFBA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217175186-
CMYK00.190.140.15
HSL344.29º35.59%76.86%-
HSV(B)344.29º19.35%85.1%-
XYZ52.8148.9653.12-
YUV188.81126.41148.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=37.54%
G=30.28%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717518600.190.140.15344.2935.5976.86
HexD9AFBA013EF158244d
Octal331257272023161753044115
Binary110110011010111110111010010011111011111010110001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFBA; }

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

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

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

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

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

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

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

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