#DAC2DD

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

Shades of Thistle #DAC2DD

Tints of Thistle #DAC2DD

Color information

#DAC2DD (or 0xDAC2DD) is unknown color: approx Thistle. HEX triplet: DA, C2 and DD. RGB value is (218,194,221). Sum of RGB (Red+Green+Blue) = 218+194+221=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2DD is #253D22. Grayscale: #CCCCCC. Windows color (decimal): -2440483 or 14533338. OLE color: 14533338.

HSL color Cylindrical-coordinate representation of color #DAC2DD: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC2DD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218194221-
CMYK0.010.1200.13
HSL293.33º28.42%81.37%-
HSV(B)293.33º12.22%86.67%-
XYZ61.2658.7176.51-
YUV204.25137.45137.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=34.44%
G=30.65%
B=34.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181942210.010.1200.13293.3328.4281.37
HexDAC2DD1C0D1251c51
Octal33230233511401544534121
Binary1101101011000010110111011110001101100100101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2DD; }

 p { color: rgb(218,194,221); }

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

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

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

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

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

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

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