#DAC1DB

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

Shades of Thistle #DAC1DB

Tints of Thistle #DAC1DB

Color information

#DAC1DB (or 0xDAC1DB) is unknown color: approx Thistle. HEX triplet: DA, C1 and DB. RGB value is (218,193,219). Sum of RGB (Red+Green+Blue) = 218+193+219=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DB is #253E24. Grayscale: #CBCBCB. Windows color (decimal): -2440741 or 14402010. OLE color: 14402010.

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

Color convert

RGB218193219-
CMYK0.000.1200.14
HSL297.69º26.53%80.78%-
HSV(B)297.69º11.87%85.88%-
XYZ60.7758.1675.04-
YUV203.44136.78138.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 193 (75.78% from 255) = 30.63%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=34.60%
G=30.63%
B=34.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181932190.000.1200.14297.6926.5380.78
HexDAC1DB0C0E12a1b51
Octal33230133301401645233121
Binary1101101011000001110110110110001110100101010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1DB; }

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

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

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

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

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

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

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

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