#DABDD9

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

Shades of Thistle #DABDD9

Tints of Thistle #DABDD9

Color information

#DABDD9 (or 0xDABDD9) is unknown color: approx Thistle. HEX triplet: DA, BD and D9. RGB value is (218,189,217). Sum of RGB (Red+Green+Blue) = 218+189+217=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD9 is #254226. Grayscale: #C8C8C8. Windows color (decimal): -2441767 or 14269914. OLE color: 14269914.

HSL color Cylindrical-coordinate representation of color #DABDD9: hue angle of 302.07º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDD9 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218189217-
CMYK00.130.000.15
HSL302.07º28.16%79.8%-
HSV(B)302.07º13.3%85.49%-
XYZ59.6456.3173.37-
YUV200.86137.11140.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=34.94%
G=30.29%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818921700.130.000.15302.0728.1679.8
HexDABDD90D0F12e1c50
Octal33227533101501745634120
Binary1101101010111101110110010110101111100101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDD9; }

 p { color: rgb(218,189,217); }

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

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

 a { background-color: rgb(218,189,217); }

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

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

 span { border-color: rgb(218,189,217); }

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