#DAA8E2

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

Shades of Plum #DAA8E2

Tints of Plum #DAA8E2

Color information

#DAA8E2 (or 0xDAA8E2) is unknown color: approx Plum. HEX triplet: DA, A8 and E2. RGB value is (218,168,226). Sum of RGB (Red+Green+Blue) = 218+168+226=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAA8E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8E2 is #25571D. Grayscale: #BDBDBD. Windows color (decimal): -2447134 or 14854362. OLE color: 14854362.

HSL color Cylindrical-coordinate representation of color #DAA8E2: hue angle of 291.72º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA8E2 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218168226-
CMYK0.040.2600.11
HSL291.72º50%77.25%-
HSV(B)291.72º25.66%88.63%-
XYZ56.6448.478.31-
YUV189.56148.56148.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 168 (66.02% from 255) = 27.45%
BLUE value IS 226 (88.67% from 255) = 36.93%
R=35.62%
G=27.45%
B=36.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181682260.040.2600.11291.725077.25
HexDAA8E241A0B124324d
Octal33225034243201344462115
Binary11011010101010001110001010011010010111001001001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8E2; }

 p { color: rgb(218,168,226); }

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

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

 a { background-color: rgb(218,168,226); }

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

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

 span { border-color: rgb(218,168,226); }

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