#DAACDC

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

Shades of Plum #DAACDC

Tints of Plum #DAACDC

Color information

#DAACDC (or 0xDAACDC) is unknown color: approx Plum. HEX triplet: DA, AC and DC. RGB value is (218,172,220). Sum of RGB (Red+Green+Blue) = 218+172+220=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACDC is #255323. Grayscale: #BFBFBF. Windows color (decimal): -2446116 or 14462170. OLE color: 14462170.

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

Color convert

RGB218172220-
CMYK0.010.2200.14
HSL297.5º40.68%76.86%-
HSV(B)297.5º21.82%86.27%-
XYZ56.5849.5874.3-
YUV191.23144.24147.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=35.74%
G=28.20%
B=36.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181722200.010.2200.14297.540.6876.86
HexDAACDC1160E12a294d
Octal33225433412601645251115
Binary110110101010110011011100110110011101001010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACDC; }

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

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

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

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

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

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

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

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