#DAC2DF

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

Shades of Thistle #DAC2DF

Tints of Thistle #DAC2DF

Color information

#DAC2DF (or 0xDAC2DF) is unknown color: approx Thistle. HEX triplet: DA, C2 and DF. RGB value is (218,194,223). Sum of RGB (Red+Green+Blue) = 218+194+223=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2DF is #253D20. Grayscale: #CCCCCC. Windows color (decimal): -2440481 or 14664410. OLE color: 14664410.

HSL color Cylindrical-coordinate representation of color #DAC2DF: hue angle of 289.66º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC2DF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218194223-
CMYK0.020.1300.13
HSL289.66º31.18%81.76%-
HSV(B)289.66º13%87.45%-
XYZ61.5258.8277.92-
YUV204.48138.45137.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 194 (76.17% from 255) = 30.55%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=34.33%
G=30.55%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181942230.020.1300.13289.6631.1881.76
HexDAC2DF2D0D1221f52
Octal33230233721501544237122
Binary11011010110000101101111110110101101100100010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2DF; }

 p { color: rgb(218,194,223); }

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

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

 a { background-color: rgb(218,194,223); }

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

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

 span { border-color: rgb(218,194,223); }

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