#DAB6DF

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

Shades of Thistle #DAB6DF

Tints of Thistle #DAB6DF

Color information

#DAB6DF (or 0xDAB6DF) is unknown color: approx Thistle. HEX triplet: DA, B6 and DF. RGB value is (218,182,223). Sum of RGB (Red+Green+Blue) = 218+182+223=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6DF is #254920. Grayscale: #C5C5C5. Windows color (decimal): -2443553 or 14661338. OLE color: 14661338.

HSL color Cylindrical-coordinate representation of color #DAB6DF: hue angle of 292.68º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB6DF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218182223-
CMYK0.020.1800.13
HSL292.68º39.05%79.41%-
HSV(B)292.68º18.39%87.45%-
XYZ58.9653.6977.07-
YUV197.44142.43142.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 182 (71.48% from 255) = 29.21%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=34.99%
G=29.21%
B=35.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181822230.020.1800.13292.6839.0579.41
HexDAB6DF2120D125274f
Octal33226633722201544547117
Binary1101101010110110110111111010010011011001001011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6DF; }

 p { color: rgb(218,182,223); }

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

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

 a { background-color: rgb(218,182,223); }

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

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

 span { border-color: rgb(218,182,223); }

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