#D6ABBD

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

Shades of Melanie #D6ABBD

Tints of Melanie #D6ABBD

Color information

#D6ABBD (or 0xD6ABBD) is unknown color: approx Melanie. HEX triplet: D6, AB and BD. RGB value is (214,171,189). Sum of RGB (Red+Green+Blue) = 214+171+189=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABBD is #295442. Grayscale: #B9B9B9. Windows color (decimal): -2708547 or 12430294. OLE color: 12430294.

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

Color convert

RGB214171189-
CMYK00.200.120.16
HSL334.88º34.4%75.49%-
HSV(B)334.88º20.09%83.92%-
XYZ51.4847.154.52-
YUV185.91129.75148.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.28%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=37.28%
G=29.79%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417118900.200.120.16334.8834.475.49
HexD6ABBD014C1014f224b
Octal326253275024142051742113
Binary1101011010101011101111010101001100100001010011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABBD; }

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

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

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

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

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

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

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

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