#DAC2DC

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

Shades of Thistle #DAC2DC

Tints of Thistle #DAC2DC

Color information

#DAC2DC (or 0xDAC2DC) is unknown color: approx Thistle. HEX triplet: DA, C2 and DC. RGB value is (218,194,220). Sum of RGB (Red+Green+Blue) = 218+194+220=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2DC is #253D23. Grayscale: #CCCCCC. Windows color (decimal): -2440484 or 14467802. OLE color: 14467802.

HSL color Cylindrical-coordinate representation of color #DAC2DC: hue angle of 295.38º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC2DC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218194220-
CMYK0.010.1200.14
HSL295.38º27.08%81.18%-
HSV(B)295.38º11.82%86.27%-
XYZ61.1258.6675.81-
YUV204.14136.95137.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=34.49%
G=30.70%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181942200.010.1200.14295.3827.0881.18
HexDAC2DC1C0E1271b51
Octal33230233411401644733121
Binary1101101011000010110111001110001110100100111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2DC; }

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

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

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

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

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

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

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

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