#D6BCDB

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

Shades of Thistle #D6BCDB

Tints of Thistle #D6BCDB

Color information

#D6BCDB (or 0xD6BCDB) is unknown color: approx Thistle. HEX triplet: D6, BC and DB. RGB value is (214,188,219). Sum of RGB (Red+Green+Blue) = 214+188+219=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCDB is #294324. Grayscale: #C7C7C7. Windows color (decimal): -2704165 or 14400726. OLE color: 14400726.

HSL color Cylindrical-coordinate representation of color #D6BCDB: hue angle of 290.32º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BCDB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214188219-
CMYK0.020.1400.14
HSL290.32º30.1%79.8%-
HSV(B)290.32º14.16%85.88%-
XYZ58.555.3874.62-
YUV199.31139.11138.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.46%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=34.46%
G=30.27%
B=35.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141882190.020.1400.14290.3230.179.8
HexD6BCDB2E0E1221e50
Octal32627433321601644236120
Binary11010110101111001101101110111001110100100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCDB; }

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

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

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

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

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

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

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

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