#D6BCDC

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

Shades of Thistle #D6BCDC

Tints of Thistle #D6BCDC

Color information

#D6BCDC (or 0xD6BCDC) is unknown color: approx Thistle. HEX triplet: D6, BC and DC. RGB value is (214,188,220). Sum of RGB (Red+Green+Blue) = 214+188+220=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCDC is #294323. Grayscale: #C7C7C7. Windows color (decimal): -2704164 or 14466262. OLE color: 14466262.

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

Color convert

RGB214188220-
CMYK0.030.1500.14
HSL288.75º31.37%80%-
HSV(B)288.75º14.55%86.27%-
XYZ58.6355.4375.32-
YUV199.42139.61138.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=34.41%
G=30.23%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141882200.030.1500.14288.7531.3780
HexD6BCDC3F0E1211f50
Octal32627433431701644137120
Binary11010110101111001101110011111101110100100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCDC; }

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

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

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

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

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

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

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

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