#DAB4DA

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

Shades of Thistle #DAB4DA

Tints of Thistle #DAB4DA

Color information

#DAB4DA (or 0xDAB4DA) is unknown color: approx Thistle. HEX triplet: DA, B4 and DA. RGB value is (218,180,218). Sum of RGB (Red+Green+Blue) = 218+180+218=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4DA is #254B25. Grayscale: #C3C3C3. Windows color (decimal): -2444070 or 14333146. OLE color: 14333146.

HSL color Cylindrical-coordinate representation of color #DAB4DA: hue angle of 300º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB4DA is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218180218-
CMYK00.1700.15
HSL300º33.93%78.04%-
HSV(B)300º17.43%85.49%-
XYZ57.8952.6173.43-
YUV195.69140.59143.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 180 (70.70% from 255) = 29.22%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=35.39%
G=29.22%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818021800.1700.1530033.9378.04
HexDAB4DA0110F12c224e
Octal33226433202101745442116
Binary110110101011010011011010010001011111001011001000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4DA; }

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

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

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

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

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

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

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

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