#DAC0DB

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

Shades of Thistle #DAC0DB

Tints of Thistle #DAC0DB

Color information

#DAC0DB (or 0xDAC0DB) is unknown color: approx Thistle. HEX triplet: DA, C0 and DB. RGB value is (218,192,219). Sum of RGB (Red+Green+Blue) = 218+192+219=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0DB is #253F24. Grayscale: #CACACA. Windows color (decimal): -2440997 or 14401754. OLE color: 14401754.

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

Color convert

RGB218192219-
CMYK0.000.1200.14
HSL297.78º27.27%80.59%-
HSV(B)297.78º12.33%85.88%-
XYZ60.5557.7274.97-
YUV202.85137.11138.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 219 (85.94% from 255) = 34.82%
R=34.66%
G=30.52%
B=34.82%

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
Decimal2181922190.000.1200.14297.7827.2780.59
HexDAC0DB0C0E12a1b51
Octal33230033301401645233121
Binary1101101011000000110110110110001110100101010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0DB; }

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

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

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

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

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

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

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

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