#D4AFBA

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

Shades of Melanie #D4AFBA

Tints of Melanie #D4AFBA

Color information

#D4AFBA (or 0xD4AFBA) is unknown color: approx Melanie. HEX triplet: D4, AF and BA. RGB value is (212,175,186). Sum of RGB (Red+Green+Blue) = 212+175+186=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFBA is #2B5045. Grayscale: #BBBBBB. Windows color (decimal): -2838598 or 12234708. OLE color: 12234708.

HSL color Cylindrical-coordinate representation of color #D4AFBA: hue angle of 342.16º degrees, saturation: 0.3, 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 #D4AFBA is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212175186-
CMYK00.170.120.17
HSL342.16º30.08%75.88%-
HSV(B)342.16º17.45%83.14%-
XYZ51.3448.253.05-
YUV187.32127.26145.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=37.00%
G=30.54%
B=32.46%

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
Decimal21217518600.170.120.17342.1630.0875.88
HexD4AFBA011C111561e4c
Octal324257272021142152636114
Binary110101001010111110111010010001110010001101010110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFBA; }

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

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

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

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

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

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

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

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