#D6B7DC

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

Shades of Thistle #D6B7DC

Tints of Thistle #D6B7DC

Color information

#D6B7DC (or 0xD6B7DC) is unknown color: approx Thistle. HEX triplet: D6, B7 and DC. RGB value is (214,183,220). Sum of RGB (Red+Green+Blue) = 214+183+220=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7DC is #294823. Grayscale: #C4C4C4. Windows color (decimal): -2705444 or 14464982. OLE color: 14464982.

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

Color convert

RGB214183220-
CMYK0.030.1700.14
HSL290.27º34.58%79.02%-
HSV(B)290.27º16.82%86.27%-
XYZ57.5853.3374.97-
YUV196.49141.27140.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 183 (71.88% from 255) = 29.66%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=34.68%
G=29.66%
B=35.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141832200.030.1700.14290.2734.5879.02
HexD6B7DC3110E122234f
Octal32626733432101644243117
Binary1101011010110111110111001110001011101001000101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B7DC; }

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

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

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

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

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

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

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

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