#DAC8DA

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

Shades of Thistle #DAC8DA

Tints of Thistle #DAC8DA

Color information

#DAC8DA (or 0xDAC8DA) is unknown color: approx Thistle. HEX triplet: DA, C8 and DA. RGB value is (218,200,218). Sum of RGB (Red+Green+Blue) = 218+200+218=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8DA is #253725. Grayscale: #CFCFCF. Windows color (decimal): -2438950 or 14338266. OLE color: 14338266.

HSL color Cylindrical-coordinate representation of color #DAC8DA: 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.08%. Process color model (Four color, CMYK) of #DAC8DA is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218200218-
CMYK00.0800.15
HSL300º19.57%81.96%-
HSV(B)300º8.26%85.49%-
XYZ62.2261.2874.88-
YUV207.43133.96135.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=34.28%
G=31.45%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820021800.0800.1530019.5781.96
HexDAC8DA080F12c1452
Octal33231033201001745424122
Binary1101101011001000110110100100001111100101100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8DA; }

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

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

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

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

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

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

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

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