#DAC1DC

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

Shades of Thistle #DAC1DC

Tints of Thistle #DAC1DC

Color information

#DAC1DC (or 0xDAC1DC) is unknown color: approx Thistle. HEX triplet: DA, C1 and DC. RGB value is (218,193,220). Sum of RGB (Red+Green+Blue) = 218+193+220=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DC is #253E23. Grayscale: #CBCBCB. Windows color (decimal): -2440740 or 14467546. OLE color: 14467546.

HSL color Cylindrical-coordinate representation of color #DAC1DC: hue angle of 295.56º degrees, saturation: 0.28, 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 #DAC1DC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218193220-
CMYK0.010.1200.14
HSL295.56º27.84%80.98%-
HSV(B)295.56º12.27%86.27%-
XYZ60.958.2175.74-
YUV203.55137.28138.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 193 (75.78% from 255) = 30.59%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=34.55%
G=30.59%
B=34.87%

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
Decimal2181932200.010.1200.14295.5627.8480.98
HexDAC1DC1C0E1281c51
Octal33230133411401645034121
Binary1101101011000001110111001110001110100101000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1DC; }

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

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

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

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

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

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

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

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