#DAAEDA

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

Shades of Plum #DAAEDA

Tints of Plum #DAAEDA

Color information

#DAAEDA (or 0xDAAEDA) is unknown color: approx Plum. HEX triplet: DA, AE and DA. RGB value is (218,174,218). Sum of RGB (Red+Green+Blue) = 218+174+218=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEDA is #255125. Grayscale: #C0C0C0. Windows color (decimal): -2445606 or 14331610. OLE color: 14331610.

HSL color Cylindrical-coordinate representation of color #DAAEDA: hue angle of 300º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAEDA is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218174218-
CMYK00.2000.15
HSL300º37.29%76.86%-
HSV(B)300º20.18%85.49%-
XYZ56.750.2473.04-
YUV192.17142.58146.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=35.74%
G=28.52%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817421800.2000.1530037.2976.86
HexDAAEDA0140F12c254d
Octal33225633202401745445115
Binary110110101010111011011010010100011111001011001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEDA; }

 p { color: rgb(218,174,218); }

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

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

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

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

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

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

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