#DAB6DD

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

Shades of Thistle #DAB6DD

Tints of Thistle #DAB6DD

Color information

#DAB6DD (or 0xDAB6DD) is unknown color: approx Thistle. HEX triplet: DA, B6 and DD. RGB value is (218,182,221). Sum of RGB (Red+Green+Blue) = 218+182+221=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6DD is #254922. Grayscale: #C5C5C5. Windows color (decimal): -2443555 or 14530266. OLE color: 14530266.

HSL color Cylindrical-coordinate representation of color #DAB6DD: hue angle of 295.38º degrees, saturation: 0.36, 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 #DAB6DD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218182221-
CMYK0.010.1800.13
HSL295.38º36.45%79.02%-
HSV(B)295.38º17.65%86.67%-
XYZ58.6953.5875.66-
YUV197.21141.43142.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=35.10%
G=29.31%
B=35.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181822210.010.1800.13295.3836.4579.02
HexDAB6DD1120D127244f
Octal33226633512201544744117
Binary110110101011011011011101110010011011001001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6DD; }

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

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

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

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

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

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

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

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