#D6AFBD

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

Shades of Melanie #D6AFBD

Tints of Melanie #D6AFBD

Color information

#D6AFBD (or 0xD6AFBD) is unknown color: approx Melanie. HEX triplet: D6, AF and BD. RGB value is (214,175,189). Sum of RGB (Red+Green+Blue) = 214+175+189=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFBD is #295042. Grayscale: #BCBCBC. Windows color (decimal): -2707523 or 12431318. OLE color: 12431318.

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

Color convert

RGB214175189-
CMYK00.180.120.16
HSL338.46º32.23%76.27%-
HSV(B)338.46º18.22%83.92%-
XYZ52.2548.6354.78-
YUV188.26128.42146.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=37.02%
G=30.28%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417518900.180.120.16338.4632.2376.27
HexD6AFBD012C10152204c
Octal326257275022142052240114
Binary1101011010101111101111010100101100100001010100101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFBD; }

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

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

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

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

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

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

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

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