#DAC1DD

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

Shades of Thistle #DAC1DD

Tints of Thistle #DAC1DD

Color information

#DAC1DD (or 0xDAC1DD) is unknown color: approx Thistle. HEX triplet: DA, C1 and DD. RGB value is (218,193,221). Sum of RGB (Red+Green+Blue) = 218+193+221=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DD is #253E22. Grayscale: #CBCBCB. Windows color (decimal): -2440739 or 14533082. OLE color: 14533082.

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

Color convert

RGB218193221-
CMYK0.010.1300.13
HSL293.57º29.17%81.18%-
HSV(B)293.57º12.67%86.67%-
XYZ61.0358.2776.44-
YUV203.67137.78138.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 193 (75.78% from 255) = 30.54%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=34.49%
G=30.54%
B=34.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181932210.010.1300.13293.5729.1781.18
HexDAC1DD1D0D1261d51
Octal33230133511501544635121
Binary1101101011000001110111011110101101100100110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1DD; }

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

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

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

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

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

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

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

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