#D6ABD4

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

Shades of Plum #D6ABD4

Tints of Plum #D6ABD4

Color information

#D6ABD4 (or 0xD6ABD4) is unknown color: approx Plum. HEX triplet: D6, AB and D4. RGB value is (214,171,212). Sum of RGB (Red+Green+Blue) = 214+171+212=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABD4 is #29542B. Grayscale: #BCBCBC. Windows color (decimal): -2708524 or 13937622. OLE color: 13937622.

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

Color convert

RGB214171212-
CMYK00.200.010.16
HSL302.79º34.4%75.49%-
HSV(B)302.79º20.09%83.92%-
XYZ54.1848.1868.73-
YUV188.53141.25146.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=35.85%
G=28.64%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417121200.200.010.16302.7934.475.49
HexD6ABD401411012f224b
Octal32625332402412045742113
Binary1101011010101011110101000101001100001001011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABD4; }

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

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

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

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

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

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

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

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