#DAABDE

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

Shades of Plum #DAABDE

Tints of Plum #DAABDE

Color information

#DAABDE (or 0xDAABDE) is unknown color: approx Plum. HEX triplet: DA, AB and DE. RGB value is (218,171,222). Sum of RGB (Red+Green+Blue) = 218+171+222=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABDE is #255421. Grayscale: #BEBEBE. Windows color (decimal): -2446370 or 14592986. OLE color: 14592986.

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

Color convert

RGB218171222-
CMYK0.020.2300.13
HSL295.29º43.59%77.06%-
HSV(B)295.29º22.97%87.06%-
XYZ56.6649.3175.64-
YUV190.87145.57147.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=35.68%
G=27.99%
B=36.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181712220.020.2300.13295.2943.5977.06
HexDAABDE2170D1272c4d
Octal33225333622701544754115
Binary1101101010101011110111101010111011011001001111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABDE; }

 p { color: rgb(218,171,222); }

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

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

 a { background-color: rgb(218,171,222); }

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

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

 span { border-color: rgb(218,171,222); }

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