#D6AFBB

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

Shades of Melanie #D6AFBB

Tints of Melanie #D6AFBB

Color information

#D6AFBB (or 0xD6AFBB) is unknown color: approx Melanie. HEX triplet: D6, AF and BB. RGB value is (214,175,187). Sum of RGB (Red+Green+Blue) = 214+175+187=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFBB is #295044. Grayscale: #BCBCBC. Windows color (decimal): -2707525 or 12300246. OLE color: 12300246.

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

Color convert

RGB214175187-
CMYK00.180.130.16
HSL341.54º32.23%76.27%-
HSV(B)341.54º18.22%83.92%-
XYZ52.0348.5453.64-
YUV188.03127.42146.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=37.15%
G=30.38%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417518700.180.130.16341.5432.2376.27
HexD6AFBB012D10156204c
Octal326257273022152052640114
Binary1101011010101111101110110100101101100001010101101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFBB; }

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

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

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

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

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

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

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

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