#DAC5DE

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

Shades of Thistle #DAC5DE

Tints of Thistle #DAC5DE

Color information

#DAC5DE (or 0xDAC5DE) is unknown color: approx Thistle. HEX triplet: DA, C5 and DE. RGB value is (218,197,222). Sum of RGB (Red+Green+Blue) = 218+197+222=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DE is #253A21. Grayscale: #CECECE. Windows color (decimal): -2439714 or 14599642. OLE color: 14599642.

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

Color convert

RGB218197222-
CMYK0.020.1100.13
HSL290.4º27.47%82.16%-
HSV(B)290.4º11.26%87.06%-
XYZ62.0660.1177.44-
YUV206.13136.96136.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=34.22%
G=30.93%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181972220.020.1100.13290.427.4782.16
HexDAC5DE2B0D1221b52
Octal33230533621301544233122
Binary11011010110001011101111010101101101100100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5DE; }

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

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

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

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

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

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

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

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