#D6ABBA

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

Shades of Melanie #D6ABBA

Tints of Melanie #D6ABBA

Color information

#D6ABBA (or 0xD6ABBA) is unknown color: approx Melanie. HEX triplet: D6, AB and BA. RGB value is (214,171,186). Sum of RGB (Red+Green+Blue) = 214+171+186=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABBA is #295445. Grayscale: #B9B9B9. Windows color (decimal): -2708550 or 12233686. OLE color: 12233686.

HSL color Cylindrical-coordinate representation of color #D6ABBA: hue angle of 339.07º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABBA is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214171186-
CMYK00.200.130.16
HSL339.07º34.4%75.49%-
HSV(B)339.07º20.09%83.92%-
XYZ51.1646.9752.82-
YUV185.57128.25148.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=37.48%
G=29.95%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417118600.200.130.16339.0734.475.49
HexD6ABBA014D10153224b
Octal326253272024152052342113
Binary1101011010101011101110100101001101100001010100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABBA; }

 p { color: rgb(214,171,186); }

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

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

 a { background-color: rgb(214,171,186); }

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

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

 span { border-color: rgb(214,171,186); }

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