#D4AFBD

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

Shades of Melanie #D4AFBD

Tints of Melanie #D4AFBD

Color information

#D4AFBD (or 0xD4AFBD) is unknown color: approx Melanie. HEX triplet: D4, AF and BD. RGB value is (212,175,189). Sum of RGB (Red+Green+Blue) = 212+175+189=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFBD is #2B5042. Grayscale: #BBBBBB. Windows color (decimal): -2838595 or 12431316. OLE color: 12431316.

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

Color convert

RGB212175189-
CMYK00.170.110.17
HSL337.3º30.08%75.88%-
HSV(B)337.3º17.45%83.14%-
XYZ51.6748.3354.75-
YUV187.66128.76145.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=36.81%
G=30.38%
B=32.81%

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
Decimal21217518900.170.110.17337.330.0875.88
HexD4AFBD011B111511e4c
Octal324257275021132152136114
Binary110101001010111110111101010001101110001101010001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFBD; }

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

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

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

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

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

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

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

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