#D6BCD9

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

Shades of Thistle #D6BCD9

Tints of Thistle #D6BCD9

Color information

#D6BCD9 (or 0xD6BCD9) is unknown color: approx Thistle. HEX triplet: D6, BC and D9. RGB value is (214,188,217). Sum of RGB (Red+Green+Blue) = 214+188+217=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #D6BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCD9 is #294326. Grayscale: #C6C6C6. Windows color (decimal): -2704167 or 14269654. OLE color: 14269654.

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

Color convert

RGB214188217-
CMYK0.010.1300.15
HSL293.79º27.62%79.41%-
HSV(B)293.79º13.36%85.1%-
XYZ58.2455.2773.24-
YUV199.08138.11138.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=34.57%
G=30.37%
B=35.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141882170.010.1300.15293.7927.6279.41
HexD6BCD91D0F1261c4f
Octal32627433111501744634117
Binary1101011010111100110110011110101111100100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCD9; }

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

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

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

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

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

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

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

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