#DAC9DD

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

Shades of Thistle #DAC9DD

Tints of Thistle #DAC9DD

Color information

#DAC9DD (or 0xDAC9DD) is unknown color: approx Thistle. HEX triplet: DA, C9 and DD. RGB value is (218,201,221). Sum of RGB (Red+Green+Blue) = 218+201+221=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9DD is #253622. Grayscale: #D0D0D0. Windows color (decimal): -2438691 or 14535130. OLE color: 14535130.

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

Color convert

RGB218201221-
CMYK0.010.0900.13
HSL291º22.73%82.75%-
HSV(B)291º9.05%86.67%-
XYZ62.8561.977.04-
YUV208.36135.13134.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=34.06%
G=31.41%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182012210.010.0900.1329122.7382.75
HexDAC9DD190D1231753
Octal33231133511101544327123
Binary1101101011001001110111011100101101100100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9DD; }

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

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

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

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

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

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

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

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