#DAC5D9

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

Shades of Thistle #DAC5D9

Tints of Thistle #DAC5D9

Color information

#DAC5D9 (or 0xDAC5D9) is unknown color: approx Thistle. HEX triplet: DA, C5 and D9. RGB value is (218,197,217). Sum of RGB (Red+Green+Blue) = 218+197+217=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D9 is #253A26. Grayscale: #CDCDCD. Windows color (decimal): -2439719 or 14271962. OLE color: 14271962.

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

Color convert

RGB218197217-
CMYK00.100.000.15
HSL302.86º22.11%81.37%-
HSV(B)302.86º9.63%85.49%-
XYZ61.459.8573.96-
YUV205.56134.46136.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 197 (77.34% from 255) = 31.17%
BLUE value IS 217 (85.16% from 255) = 34.34%
R=34.49%
G=31.17%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819721700.100.000.15302.8622.1181.37
HexDAC5D90A0F12f1651
Octal33230533101201745726121
Binary1101101011000101110110010101001111100101111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5D9; }

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

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

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

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

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

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

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

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