#D6B7D8

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

Shades of Thistle #D6B7D8

Tints of Thistle #D6B7D8

Color information

#D6B7D8 (or 0xD6B7D8) is unknown color: approx Thistle. HEX triplet: D6, B7 and D8. RGB value is (214,183,216). Sum of RGB (Red+Green+Blue) = 214+183+216=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6B7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7D8 is #294827. Grayscale: #C3C3C3. Windows color (decimal): -2705448 or 14202838. OLE color: 14202838.

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

Color convert

RGB214183216-
CMYK0.010.1500.15
HSL296.36º29.73%78.24%-
HSV(B)296.36º15.28%84.71%-
XYZ57.0653.1272.21-
YUV196.03139.27140.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 183 (71.88% from 255) = 29.85%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=34.91%
G=29.85%
B=35.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141832160.010.1500.15296.3629.7378.24
HexD6B7D81F0F1281e4e
Octal32626733011701745036116
Binary1101011010110111110110001111101111100101000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B7D8; }

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

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

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

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

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

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

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

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