#D4AFBB

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

Shades of Melanie #D4AFBB

Tints of Melanie #D4AFBB

Color information

#D4AFBB (or 0xD4AFBB) is unknown color: approx Melanie. HEX triplet: D4, AF and BB. RGB value is (212,175,187). Sum of RGB (Red+Green+Blue) = 212+175+187=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFBB is #2B5044. Grayscale: #BBBBBB. Windows color (decimal): -2838597 or 12300244. OLE color: 12300244.

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

Color convert

RGB212175187-
CMYK00.170.120.17
HSL340.54º30.08%75.88%-
HSV(B)340.54º17.45%83.14%-
XYZ51.4548.2453.61-
YUV187.43127.76145.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.93%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=36.93%
G=30.49%
B=32.58%

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
Decimal21217518700.170.120.17340.5430.0875.88
HexD4AFBB011C111551e4c
Octal324257273021142152536114
Binary110101001010111110111011010001110010001101010101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFBB; }

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

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

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

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

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

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

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

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