#D6ADDD

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

Shades of Plum #D6ADDD

Tints of Plum #D6ADDD

Color information

#D6ADDD (or 0xD6ADDD) is unknown color: approx Plum. HEX triplet: D6, AD and DD. RGB value is (214,173,221). Sum of RGB (Red+Green+Blue) = 214+173+221=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADDD is #295222. Grayscale: #BEBEBE. Windows color (decimal): -2708003 or 14527958. OLE color: 14527958.

HSL color Cylindrical-coordinate representation of color #D6ADDD: hue angle of 291.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6ADDD is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214173221-
CMYK0.030.2200.13
HSL291.25º41.38%77.25%-
HSV(B)291.25º21.72%86.67%-
XYZ55.7349.475.01-
YUV190.73145.08144.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=35.20%
G=28.45%
B=36.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141732210.030.2200.13291.2541.3877.25
HexD6ADDD3160D123294d
Octal32625533532601544351115
Binary1101011010101101110111011110110011011001000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ADDD; }

 p { color: rgb(214,173,221); }

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

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

 a { background-color: rgb(214,173,221); }

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

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

 span { border-color: rgb(214,173,221); }

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