#DAAADC

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

Shades of Plum #DAAADC

Tints of Plum #DAAADC

Color information

#DAAADC (or 0xDAAADC) is unknown color: approx Plum. HEX triplet: DA, AA and DC. RGB value is (218,170,220). Sum of RGB (Red+Green+Blue) = 218+170+220=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAADC is #255523. Grayscale: #BDBDBD. Windows color (decimal): -2446628 or 14461658. OLE color: 14461658.

HSL color Cylindrical-coordinate representation of color #DAAADC: hue angle of 297.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAAADC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218170220-
CMYK0.010.2300.14
HSL297.6º41.67%76.47%-
HSV(B)297.6º22.73%86.27%-
XYZ56.2148.8274.17-
YUV190.05144.9147.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=35.86%
G=27.96%
B=36.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181702200.010.2300.14297.641.6776.47
HexDAAADC1170E12a2a4c
Octal33225233412701645252114
Binary110110101010101011011100110111011101001010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAADC; }

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

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

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

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

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

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

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

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