#DABADD

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

Shades of Thistle #DABADD

Tints of Thistle #DABADD

Color information

#DABADD (or 0xDABADD) is unknown color: approx Thistle. HEX triplet: DA, BA and DD. RGB value is (218,186,221). Sum of RGB (Red+Green+Blue) = 218+186+221=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABADD is #254522. Grayscale: #C7C7C7. Windows color (decimal): -2442531 or 14531290. OLE color: 14531290.

HSL color Cylindrical-coordinate representation of color #DABADD: hue angle of 294.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABADD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218186221-
CMYK0.010.1600.13
HSL294.86º33.98%79.8%-
HSV(B)294.86º15.84%86.67%-
XYZ59.5255.2475.93-
YUV199.56140.1141.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=34.88%
G=29.76%
B=35.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181862210.010.1600.13294.8633.9879.8
HexDABADD1100D1272250
Octal33227233512001544742120
Binary110110101011101011011101110000011011001001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABADD; }

 p { color: rgb(218,186,221); }

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

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

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

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

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

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

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