#DABDD8

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

Shades of Thistle #DABDD8

Tints of Thistle #DABDD8

Color information

#DABDD8 (or 0xDABDD8) is unknown color: approx Thistle. HEX triplet: DA, BD and D8. RGB value is (218,189,216). Sum of RGB (Red+Green+Blue) = 218+189+216=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD8 is #254227. Grayscale: #C8C8C8. Windows color (decimal): -2441768 or 14204378. OLE color: 14204378.

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

Color convert

RGB218189216-
CMYK00.130.010.15
HSL304.14º28.16%79.8%-
HSV(B)304.14º13.3%85.49%-
XYZ59.5156.2672.69-
YUV200.75136.61140.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 216 (84.77% from 255) = 34.67%
R=34.99%
G=30.34%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818921600.130.010.15304.1428.1679.8
HexDABDD80D1F1301c50
Octal33227533001511746034120
Binary1101101010111101110110000110111111100110000111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDD8; }

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

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

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

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

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

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

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

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