#D6BCDA

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

Shades of Thistle #D6BCDA

Tints of Thistle #D6BCDA

Color information

#D6BCDA (or 0xD6BCDA) is unknown color: approx Thistle. HEX triplet: D6, BC and DA. RGB value is (214,188,218). Sum of RGB (Red+Green+Blue) = 214+188+218=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCDA is #294325. Grayscale: #C7C7C7. Windows color (decimal): -2704166 or 14335190. OLE color: 14335190.

HSL color Cylindrical-coordinate representation of color #D6BCDA: hue angle of 292º 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 #D6BCDA is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214188218-
CMYK0.020.1400.15
HSL292º28.85%79.61%-
HSV(B)292º13.76%85.49%-
XYZ58.3755.3273.93-
YUV199.19138.61138.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=34.52%
G=30.32%
B=35.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141882180.020.1400.1529228.8579.61
HexD6BCDA2E0F1241d50
Octal32627433221601744435120
Binary11010110101111001101101010111001111100100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCDA; }

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

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

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

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

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

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

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

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