#DAADDC

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

Shades of Plum #DAADDC

Tints of Plum #DAADDC

Color information

#DAADDC (or 0xDAADDC) is unknown color: approx Plum. HEX triplet: DA, AD and DC. RGB value is (218,173,220). Sum of RGB (Red+Green+Blue) = 218+173+220=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADDC is #255223. Grayscale: #BFBFBF. Windows color (decimal): -2445860 or 14462426. OLE color: 14462426.

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

Color convert

RGB218173220-
CMYK0.010.2100.14
HSL297.45º40.17%77.06%-
HSV(B)297.45º21.36%86.27%-
XYZ56.7849.9674.36-
YUV191.81143.91146.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=35.68%
G=28.31%
B=36.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181732200.010.2100.14297.4540.1777.06
HexDAADDC1150E129284d
Octal33225533412501645150115
Binary110110101010110111011100110101011101001010011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAADDC; }

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

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

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

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

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

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

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

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