#DAC3DA

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

Shades of Thistle #DAC3DA

Tints of Thistle #DAC3DA

Color information

#DAC3DA (or 0xDAC3DA) is unknown color: approx Thistle. HEX triplet: DA, C3 and DA. RGB value is (218,195,218). Sum of RGB (Red+Green+Blue) = 218+195+218=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DA is #253C25. Grayscale: #CCCCCC. Windows color (decimal): -2440230 or 14336986. OLE color: 14336986.

HSL color Cylindrical-coordinate representation of color #DAC3DA: hue angle of 300º degrees, saturation: 0.24, 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 #DAC3DA is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218195218-
CMYK00.1100.15
HSL300º23.71%80.98%-
HSV(B)300º10.55%85.49%-
XYZ61.085974.5-
YUV204.5135.62137.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 195 (76.56% from 255) = 30.90%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=34.55%
G=30.90%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819521800.1100.1530023.7180.98
HexDAC3DA0B0F12c1851
Octal33230333201301745430121
Binary1101101011000011110110100101101111100101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3DA; }

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

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

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

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

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

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

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

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