#DAB5DC

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

Shades of Thistle #DAB5DC

Tints of Thistle #DAB5DC

Color information

#DAB5DC (or 0xDAB5DC) is unknown color: approx Thistle. HEX triplet: DA, B5 and DC. RGB value is (218,181,220). Sum of RGB (Red+Green+Blue) = 218+181+220=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5DC is #254A23. Grayscale: #C4C4C4. Windows color (decimal): -2443812 or 14464474. OLE color: 14464474.

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

Color convert

RGB218181220-
CMYK0.010.1800.14
HSL296.92º35.78%78.63%-
HSV(B)296.92º17.73%86.27%-
XYZ58.3653.1274.89-
YUV196.51141.26143.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 181 (71.09% from 255) = 29.24%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=35.22%
G=29.24%
B=35.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181812200.010.1800.14296.9235.7878.63
HexDAB5DC1120E129244f
Octal33226533412201645144117
Binary110110101011010111011100110010011101001010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB5DC; }

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

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

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

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

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

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

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

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