#DAC9DB

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

Shades of Thistle #DAC9DB

Tints of Thistle #DAC9DB

Color information

#DAC9DB (or 0xDAC9DB) is unknown color: approx Thistle. HEX triplet: DA, C9 and DB. RGB value is (218,201,219). Sum of RGB (Red+Green+Blue) = 218+201+219=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9DB is #253624. Grayscale: #D0D0D0. Windows color (decimal): -2438693 or 14404058. OLE color: 14404058.

HSL color Cylindrical-coordinate representation of color #DAC9DB: hue angle of 296.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC9DB is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218201219-
CMYK0.000.0800.14
HSL296.67º20%82.35%-
HSV(B)296.67º8.22%85.88%-
XYZ62.5961.7975.65-
YUV208.14134.13135.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=34.17%
G=31.50%
B=34.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182012190.000.0800.14296.672082.35
HexDAC9DB080E1291452
Octal33231133301001645124122
Binary1101101011001001110110110100001110100101001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9DB; }

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

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

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

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

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

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

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

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