#DABCD9

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

Shades of Thistle #DABCD9

Tints of Thistle #DABCD9

Color information

#DABCD9 (or 0xDABCD9) is unknown color: approx Thistle. HEX triplet: DA, BC and D9. RGB value is (218,188,217). Sum of RGB (Red+Green+Blue) = 218+188+217=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD9 is #254326. Grayscale: #C8C8C8. Windows color (decimal): -2442023 or 14269658. OLE color: 14269658.

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

Color convert

RGB218188217-
CMYK00.140.000.15
HSL302º28.85%79.61%-
HSV(B)302º13.76%85.49%-
XYZ59.4255.8873.3-
YUV200.28137.44140.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=34.99%
G=30.18%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818821700.140.000.1530228.8579.61
HexDABCD90E0F12e1d50
Octal33227433101601745635120
Binary1101101010111100110110010111001111100101110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCD9; }

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

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

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

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

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

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

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

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