#D4AFBE

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

Shades of Melanie #D4AFBE

Tints of Melanie #D4AFBE

Color information

#D4AFBE (or 0xD4AFBE) is unknown color: approx Melanie. HEX triplet: D4, AF and BE. RGB value is (212,175,190). Sum of RGB (Red+Green+Blue) = 212+175+190=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFBE is #2B5041. Grayscale: #BBBBBB. Windows color (decimal): -2838594 or 12496852. OLE color: 12496852.

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

Color convert

RGB212175190-
CMYK00.170.100.17
HSL335.68º30.08%75.88%-
HSV(B)335.68º17.45%83.14%-
XYZ51.7848.3755.32-
YUV187.77129.26145.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.74%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=36.74%
G=30.33%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217519000.170.100.17335.6830.0875.88
HexD4AFBE011A111501e4c
Octal324257276021122152036114
Binary110101001010111110111110010001101010001101010000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFBE; }

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

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

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

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

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

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

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

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