#DAC5DD

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

Shades of Thistle #DAC5DD

Tints of Thistle #DAC5DD

Color information

#DAC5DD (or 0xDAC5DD) is unknown color: approx Thistle. HEX triplet: DA, C5 and DD. RGB value is (218,197,221). Sum of RGB (Red+Green+Blue) = 218+197+221=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DD is #253A22. Grayscale: #CDCDCD. Windows color (decimal): -2439715 or 14534106. OLE color: 14534106.

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

Color convert

RGB218197221-
CMYK0.010.1100.13
HSL292.5º26.09%81.96%-
HSV(B)292.5º10.86%86.67%-
XYZ61.9360.0676.73-
YUV206.02136.46136.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=34.28%
G=30.97%
B=34.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181972210.010.1100.13292.526.0981.96
HexDAC5DD1B0D1241a52
Octal33230533511301544432122
Binary1101101011000101110111011101101101100100100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5DD; }

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

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

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

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

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

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

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

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