#DABDDA

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

Shades of Thistle #DABDDA

Tints of Thistle #DABDDA

Color information

#DABDDA (or 0xDABDDA) is unknown color: approx Thistle. HEX triplet: DA, BD and DA. RGB value is (218,189,218). Sum of RGB (Red+Green+Blue) = 218+189+218=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DABDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDA is #254225. Grayscale: #C8C8C8. Windows color (decimal): -2441766 or 14335450. OLE color: 14335450.

HSL color Cylindrical-coordinate representation of color #DABDDA: hue angle of 300º 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 #DABDDA is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218189218-
CMYK00.1300.15
HSL300º28.16%79.8%-
HSV(B)300º13.3%85.49%-
XYZ59.7756.3674.06-
YUV200.98137.61140.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=34.88%
G=30.24%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818921800.1300.1530028.1679.8
HexDABDDA0D0F12c1c50
Octal33227533201501745434120
Binary1101101010111101110110100110101111100101100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDDA; }

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

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

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

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

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

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

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

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