#DAC5D7

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

Shades of Thistle #DAC5D7

Tints of Thistle #DAC5D7

Color information

#DAC5D7 (or 0xDAC5D7) is unknown color: approx Thistle. HEX triplet: DA, C5 and D7. RGB value is (218,197,215). Sum of RGB (Red+Green+Blue) = 218+197+215=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D7 is #253A28. Grayscale: #CDCDCD. Windows color (decimal): -2439721 or 14140890. OLE color: 14140890.

HSL color Cylindrical-coordinate representation of color #DAC5D7: hue angle of 308.57º 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 #DAC5D7 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218197215-
CMYK00.100.010.15
HSL308.57º22.11%81.37%-
HSV(B)308.57º9.63%85.49%-
XYZ61.1559.7472.6-
YUV205.33133.46137.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 197 (77.34% from 255) = 31.27%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=34.60%
G=31.27%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819721500.100.010.15308.5722.1181.37
HexDAC5D70A1F1351651
Octal33230532701211746526121
Binary1101101011000101110101110101011111100110101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5D7; }

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

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

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

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

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

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

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

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