#DAB9D9

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

Shades of Thistle #DAB9D9

Tints of Thistle #DAB9D9

Color information

#DAB9D9 (or 0xDAB9D9) is unknown color: approx Thistle. HEX triplet: DA, B9 and D9. RGB value is (218,185,217). Sum of RGB (Red+Green+Blue) = 218+185+217=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D9 is #254626. Grayscale: #C6C6C6. Windows color (decimal): -2442791 or 14268890. OLE color: 14268890.

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

Color convert

RGB218185217-
CMYK00.150.000.15
HSL301.82º30.84%79.02%-
HSV(B)301.82º15.14%85.49%-
XYZ58.7954.6173.09-
YUV198.52138.43141.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 217 (85.16% from 255) = 35%
R=35.16%
G=29.84%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818521700.150.000.15301.8230.8479.02
HexDAB9D90F0F12e1f4f
Octal33227133101701745637117
Binary1101101010111001110110010111101111100101110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9D9; }

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

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

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

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

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

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

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

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