#DAC3DB

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

Shades of Thistle #DAC3DB

Tints of Thistle #DAC3DB

Color information

#DAC3DB (or 0xDAC3DB) is unknown color: approx Thistle. HEX triplet: DA, C3 and DB. RGB value is (218,195,219). Sum of RGB (Red+Green+Blue) = 218+195+219=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DB is #253C24. Grayscale: #CCCCCC. Windows color (decimal): -2440229 or 14402522. OLE color: 14402522.

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

Color convert

RGB218195219-
CMYK0.000.1100.14
HSL297.5º25%81.18%-
HSV(B)297.5º10.96%85.88%-
XYZ61.2159.0575.19-
YUV204.61136.12137.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 195 (76.56% from 255) = 30.85%
BLUE value IS 219 (85.94% from 255) = 34.65%
R=34.49%
G=30.85%
B=34.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181952190.000.1100.14297.52581.18
HexDAC3DB0B0E12a1951
Octal33230333301301645231121
Binary1101101011000011110110110101101110100101010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3DB; }

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

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

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

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

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

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

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

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