#DAC3DF

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

Shades of Thistle #DAC3DF

Tints of Thistle #DAC3DF

Color information

#DAC3DF (or 0xDAC3DF) is unknown color: approx Thistle. HEX triplet: DA, C3 and DF. RGB value is (218,195,223). Sum of RGB (Red+Green+Blue) = 218+195+223=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DF is #253C20. Grayscale: #CCCCCC. Windows color (decimal): -2440225 or 14664666. OLE color: 14664666.

HSL color Cylindrical-coordinate representation of color #DAC3DF: hue angle of 289.29º degrees, saturation: 0.3, 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 #DAC3DF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218195223-
CMYK0.020.1300.13
HSL289.29º30.43%81.96%-
HSV(B)289.29º12.56%87.45%-
XYZ61.7559.2678-
YUV205.07138.12137.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=34.28%
G=30.66%
B=35.06%

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
Decimal2181952230.020.1300.13289.2930.4381.96
HexDAC3DF2D0D1211e52
Octal33230333721501544136122
Binary11011010110000111101111110110101101100100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3DF; }

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

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

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

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

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

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

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

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