#D8BAD6

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

Shades of Thistle #D8BAD6

Tints of Thistle #D8BAD6

Color information

#D8BAD6 (or 0xD8BAD6) is unknown color: approx Thistle. HEX triplet: D8, BA and D6. RGB value is (216,186,214). Sum of RGB (Red+Green+Blue) = 216+186+214=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAD6 is #274529. Grayscale: #C6C6C6. Windows color (decimal): -2573610 or 14072536. OLE color: 14072536.

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

Color convert

RGB216186214-
CMYK00.140.010.15
HSL304º27.78%78.82%-
HSV(B)304º13.89%84.71%-
XYZ58.0254.5771.09-
YUV198.16136.94140.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.06%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 214 (83.98% from 255) = 34.74%
R=35.06%
G=30.19%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618621400.140.010.1530427.7878.82
HexD8BAD60E1F1301c4f
Octal33027232601611746034117
Binary1101100010111010110101100111011111100110000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BAD6; }

 p { color: rgb(216,186,214); }

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

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

 a { background-color: rgb(216,186,214); }

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

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

 span { border-color: rgb(216,186,214); }

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