#DAC9DC

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

Shades of Thistle #DAC9DC

Tints of Thistle #DAC9DC

Color information

#DAC9DC (or 0xDAC9DC) is unknown color: approx Thistle. HEX triplet: DA, C9 and DC. RGB value is (218,201,220). Sum of RGB (Red+Green+Blue) = 218+201+220=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9DC is #253623. Grayscale: #D0D0D0. Windows color (decimal): -2438692 or 14469594. OLE color: 14469594.

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

Color convert

RGB218201220-
CMYK0.010.0900.14
HSL293.68º21.35%82.55%-
HSV(B)293.68º8.64%86.27%-
XYZ62.7261.8576.34-
YUV208.25134.63134.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=34.12%
G=31.46%
B=34.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182012200.010.0900.14293.6821.3582.55
HexDAC9DC190E1261553
Octal33231133411101644625123
Binary1101101011001001110111001100101110100100110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9DC; }

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

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

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

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

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

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

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

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