#D6AFBF

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

Shades of Melanie #D6AFBF

Tints of Melanie #D6AFBF

Color information

#D6AFBF (or 0xD6AFBF) is unknown color: approx Melanie. HEX triplet: D6, AF and BF. RGB value is (214,175,191). Sum of RGB (Red+Green+Blue) = 214+175+191=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFBF is #295040. Grayscale: #BCBCBC. Windows color (decimal): -2707521 or 12562390. OLE color: 12562390.

HSL color Cylindrical-coordinate representation of color #D6AFBF: hue angle of 335.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFBF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214175191-
CMYK00.180.110.16
HSL335.38º32.23%76.27%-
HSV(B)335.38º18.22%83.92%-
XYZ52.4748.7255.93-
YUV188.48129.42146.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 191 (75% from 255) = 32.93%
R=36.90%
G=30.17%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417519100.180.110.16335.3832.2376.27
HexD6AFBF012B1014f204c
Octal326257277022132051740114
Binary1101011010101111101111110100101011100001010011111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFBF; }

 p { color: rgb(214,175,191); }

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

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

 a { background-color: rgb(214,175,191); }

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

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

 span { border-color: rgb(214,175,191); }

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