#D6AFBE

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

Shades of Melanie #D6AFBE

Tints of Melanie #D6AFBE

Color information

#D6AFBE (or 0xD6AFBE) is unknown color: approx Melanie. HEX triplet: D6, AF and BE. RGB value is (214,175,190). Sum of RGB (Red+Green+Blue) = 214+175+190=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFBE is #295041. Grayscale: #BCBCBC. Windows color (decimal): -2707522 or 12496854. OLE color: 12496854.

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

Color convert

RGB214175190-
CMYK00.180.110.16
HSL336.92º32.23%76.27%-
HSV(B)336.92º18.22%83.92%-
XYZ52.3648.6755.35-
YUV188.37128.92146.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=36.96%
G=30.22%
B=32.82%

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
Decimal21417519000.180.110.16336.9232.2376.27
HexD6AFBE012B10151204c
Octal326257276022132052140114
Binary1101011010101111101111100100101011100001010100011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFBE; }

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

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

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

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

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

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

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

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