#DAC5D8

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

Shades of Thistle #DAC5D8

Tints of Thistle #DAC5D8

Color information

#DAC5D8 (or 0xDAC5D8) is unknown color: approx Thistle. HEX triplet: DA, C5 and D8. RGB value is (218,197,216). Sum of RGB (Red+Green+Blue) = 218+197+216=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D8 is #253A27. Grayscale: #CDCDCD. Windows color (decimal): -2439720 or 14206426. OLE color: 14206426.

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

Color convert

RGB218197216-
CMYK00.100.010.15
HSL305.71º22.11%81.37%-
HSV(B)305.71º9.63%85.49%-
XYZ61.2759.873.28-
YUV205.44133.96136.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=34.55%
G=31.22%
B=34.23%

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
Decimal21819721600.100.010.15305.7122.1181.37
HexDAC5D80A1F1321651
Octal33230533001211746226121
Binary1101101011000101110110000101011111100110010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5D8; }

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

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

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

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

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

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

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

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