#DAC1DA

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

Shades of Thistle #DAC1DA

Tints of Thistle #DAC1DA

Color information

#DAC1DA (or 0xDAC1DA) is unknown color: approx Thistle. HEX triplet: DA, C1 and DA. RGB value is (218,193,218). Sum of RGB (Red+Green+Blue) = 218+193+218=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DA is #253E25. Grayscale: #CBCBCB. Windows color (decimal): -2440742 or 14336474. OLE color: 14336474.

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

Color convert

RGB218193218-
CMYK00.1100.15
HSL300º25.25%80.59%-
HSV(B)300º11.47%85.49%-
XYZ60.6458.1174.35-
YUV203.32136.28138.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 193 (75.78% from 255) = 30.68%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=34.66%
G=30.68%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819321800.1100.1530025.2580.59
HexDAC1DA0B0F12c1951
Octal33230133201301745431121
Binary1101101011000001110110100101101111100101100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1DA; }

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

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

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

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

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

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

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

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