#D6B7D9

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

Shades of Thistle #D6B7D9

Tints of Thistle #D6B7D9

Color information

#D6B7D9 (or 0xD6B7D9) is unknown color: approx Thistle. HEX triplet: D6, B7 and D9. RGB value is (214,183,217). Sum of RGB (Red+Green+Blue) = 214+183+217=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #D6B7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7D9 is #294826. Grayscale: #C4C4C4. Windows color (decimal): -2705447 or 14268374. OLE color: 14268374.

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

Color convert

RGB214183217-
CMYK0.010.1600.15
HSL294.71º30.91%78.43%-
HSV(B)294.71º15.67%85.1%-
XYZ57.1953.1772.89-
YUV196.14139.77140.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 183 (71.88% from 255) = 29.80%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=34.85%
G=29.80%
B=35.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141832170.010.1600.15294.7130.9178.43
HexD6B7D91100F1271f4e
Octal32626733112001744737116
Binary11010110101101111101100111000001111100100111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B7D9; }

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

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

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

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

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

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

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

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