#D7B9D8

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

Shades of Thistle #D7B9D8

Tints of Thistle #D7B9D8

Color information

#D7B9D8 (or 0xD7B9D8) is unknown color: approx Thistle. HEX triplet: D7, B9 and D8. RGB value is (215,185,216). Sum of RGB (Red+Green+Blue) = 215+185+216=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #D7B9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9D8 is #284627. Grayscale: #C5C5C5. Windows color (decimal): -2639400 or 14203351. OLE color: 14203351.

HSL color Cylindrical-coordinate representation of color #D7B9D8: hue angle of 298.06º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B9D8 is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215185216-
CMYK0.000.1400.15
HSL298.06º28.44%78.63%-
HSV(B)298.06º14.35%84.71%-
XYZ57.7754.172.36-
YUV197.5138.44140.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.90%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 216 (84.77% from 255) = 35.06%
R=34.90%
G=30.03%
B=35.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151852160.000.1400.15298.0628.4478.63
HexD7B9D80E0F12a1c4f
Octal32727133001601745234117
Binary1101011110111001110110000111001111100101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9D8; }

 p { color: rgb(215,185,216); }

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

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

 a { background-color: rgb(215,185,216); }

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

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

 span { border-color: rgb(215,185,216); }

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