#DAAFDC

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

Shades of Plum #DAAFDC

Tints of Plum #DAAFDC

Color information

#DAAFDC (or 0xDAAFDC) is unknown color: approx Plum. HEX triplet: DA, AF and DC. RGB value is (218,175,220). Sum of RGB (Red+Green+Blue) = 218+175+220=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFDC is #255023. Grayscale: #C0C0C0. Windows color (decimal): -2445348 or 14462938. OLE color: 14462938.

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

Color convert

RGB218175220-
CMYK0.010.2000.14
HSL297.33º39.13%77.45%-
HSV(B)297.33º20.45%86.27%-
XYZ57.1650.7374.49-
YUV192.99143.25145.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=35.56%
G=28.55%
B=35.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181752200.010.2000.14297.3339.1377.45
HexDAAFDC1140E129274d
Octal33225733412401645147115
Binary110110101010111111011100110100011101001010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAFDC; }

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

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

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

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

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

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

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

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