#DAB9DD

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

Shades of Thistle #DAB9DD

Tints of Thistle #DAB9DD

Color information

#DAB9DD (or 0xDAB9DD) is unknown color: approx Thistle. HEX triplet: DA, B9 and DD. RGB value is (218,185,221). Sum of RGB (Red+Green+Blue) = 218+185+221=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9DD is #254622. Grayscale: #C6C6C6. Windows color (decimal): -2442787 or 14531034. OLE color: 14531034.

HSL color Cylindrical-coordinate representation of color #DAB9DD: hue angle of 295º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB9DD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218185221-
CMYK0.010.1600.13
HSL295º34.62%79.61%-
HSV(B)295º16.29%86.67%-
XYZ59.3154.8275.86-
YUV198.97140.43141.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=34.94%
G=29.65%
B=35.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181852210.010.1600.1329534.6279.61
HexDAB9DD1100D1272350
Octal33227133512001544743120
Binary110110101011100111011101110000011011001001111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9DD; }

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

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

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

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

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

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

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

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