#DAC8D7

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

Shades of Thistle #DAC8D7

Tints of Thistle #DAC8D7

Color information

#DAC8D7 (or 0xDAC8D7) is unknown color: approx Thistle. HEX triplet: DA, C8 and D7. RGB value is (218,200,215). Sum of RGB (Red+Green+Blue) = 218+200+215=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8D7 is #253728. Grayscale: #CFCFCF. Windows color (decimal): -2438953 or 14141658. OLE color: 14141658.

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

Color convert

RGB218200215-
CMYK00.080.010.15
HSL310º19.57%81.96%-
HSV(B)310º8.26%85.49%-
XYZ61.8361.1272.83-
YUV207.09132.46135.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=34.44%
G=31.60%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820021500.080.010.1531019.5781.96
HexDAC8D7081F1361452
Octal33231032701011746624122
Binary1101101011001000110101110100011111100110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8D7; }

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

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

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

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

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

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

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

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