#D6AFBC

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

Shades of Melanie #D6AFBC

Tints of Melanie #D6AFBC

Color information

#D6AFBC (or 0xD6AFBC) is unknown color: approx Melanie. HEX triplet: D6, AF and BC. RGB value is (214,175,188). Sum of RGB (Red+Green+Blue) = 214+175+188=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFBC is #295043. Grayscale: #BCBCBC. Windows color (decimal): -2707524 or 12365782. OLE color: 12365782.

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

Color convert

RGB214175188-
CMYK00.180.120.16
HSL340º32.23%76.27%-
HSV(B)340º18.22%83.92%-
XYZ52.1448.5954.21-
YUV188.14127.92146.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=37.09%
G=30.33%
B=32.58%

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
Decimal21417518800.180.120.1634032.2376.27
HexD6AFBC012C10154204c
Octal326257274022142052440114
Binary1101011010101111101111000100101100100001010101001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFBC; }

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

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

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

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

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

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

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

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