#DAC7DA

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

Shades of Thistle #DAC7DA

Tints of Thistle #DAC7DA

Color information

#DAC7DA (or 0xDAC7DA) is unknown color: approx Thistle. HEX triplet: DA, C7 and DA. RGB value is (218,199,218). Sum of RGB (Red+Green+Blue) = 218+199+218=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7DA is #253825. Grayscale: #CECECE. Windows color (decimal): -2439206 or 14338010. OLE color: 14338010.

HSL color Cylindrical-coordinate representation of color #DAC7DA: hue angle of 300º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC7DA is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218199218-
CMYK00.0900.15
HSL300º20.43%81.76%-
HSV(B)300º8.72%85.49%-
XYZ61.9960.8174.8-
YUV206.85134.29135.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=34.33%
G=31.34%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819921800.0900.1530020.4381.76
HexDAC7DA090F12c1452
Octal33230733201101745424122
Binary1101101011000111110110100100101111100101100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7DA; }

 p { color: rgb(218,199,218); }

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

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

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

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

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

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

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