#DAC5DF

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

Shades of Thistle #DAC5DF

Tints of Thistle #DAC5DF

Color information

#DAC5DF (or 0xDAC5DF) is unknown color: approx Thistle. HEX triplet: DA, C5 and DF. RGB value is (218,197,223). Sum of RGB (Red+Green+Blue) = 218+197+223=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DF is #253A20. Grayscale: #CECECE. Windows color (decimal): -2439713 or 14665178. OLE color: 14665178.

HSL color Cylindrical-coordinate representation of color #DAC5DF: hue angle of 288.46º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC5DF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218197223-
CMYK0.020.1200.13
HSL288.46º28.89%82.35%-
HSV(B)288.46º11.66%87.45%-
XYZ62.260.1778.15-
YUV206.24137.46136.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=34.17%
G=30.88%
B=34.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181972230.020.1200.13288.4628.8982.35
HexDAC5DF2C0D1201d52
Octal33230533721401544035122
Binary11011010110001011101111110110001101100100000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5DF; }

 p { color: rgb(218,197,223); }

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

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

 a { background-color: rgb(218,197,223); }

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

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

 span { border-color: rgb(218,197,223); }

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