#DAC6D7

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

Shades of Thistle #DAC6D7

Tints of Thistle #DAC6D7

Color information

#DAC6D7 (or 0xDAC6D7) is unknown color: approx Thistle. HEX triplet: DA, C6 and D7. RGB value is (218,198,215). Sum of RGB (Red+Green+Blue) = 218+198+215=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6D7 is #253928. Grayscale: #CDCDCD. Windows color (decimal): -2439465 or 14141146. OLE color: 14141146.

HSL color Cylindrical-coordinate representation of color #DAC6D7: hue angle of 309º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6D7 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218198215-
CMYK00.090.010.15
HSL309º21.28%81.57%-
HSV(B)309º9.17%85.49%-
XYZ61.3760.272.68-
YUV205.92133.13136.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 215 (84.38% from 255) = 34.07%
R=34.55%
G=31.38%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819821500.090.010.1530921.2881.57
HexDAC6D7091F1351552
Octal33230632701111746525122
Binary1101101011000110110101110100111111100110101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6D7; }

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

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

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

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

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

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

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

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