#DAAAE5

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

Shades of Plum #DAAAE5

Tints of Plum #DAAAE5

Color information

#DAAAE5 (or 0xDAAAE5) is unknown color: approx Plum. HEX triplet: DA, AA and E5. RGB value is (218,170,229). Sum of RGB (Red+Green+Blue) = 218+170+229=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAE5 is #25551A. Grayscale: #BEBEBE. Windows color (decimal): -2446619 or 15051482. OLE color: 15051482.

HSL color Cylindrical-coordinate representation of color #DAAAE5: hue angle of 288.81º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAAAE5 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218170229-
CMYK0.050.2600.10
HSL288.81º53.15%78.24%-
HSV(B)288.81º25.76%89.8%-
XYZ57.4349.3180.62-
YUV191.08149.4147.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=35.33%
G=27.55%
B=37.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181702290.050.2600.10288.8153.1578.24
HexDAAAE551A0A121354e
Octal33225234553201244165116
Binary11011010101010101110010110111010010101001000011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAE5; }

 p { color: rgb(218,170,229); }

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

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

 a { background-color: rgb(218,170,229); }

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

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

 span { border-color: rgb(218,170,229); }

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