#D7B8D5

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

Shades of Thistle #D7B8D5

Tints of Thistle #D7B8D5

Color information

#D7B8D5 (or 0xD7B8D5) is unknown color: approx Thistle. HEX triplet: D7, B8 and D5. RGB value is (215,184,213). Sum of RGB (Red+Green+Blue) = 215+184+213=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B8D5 is #28472A. Grayscale: #C4C4C4. Windows color (decimal): -2639659 or 14006487. OLE color: 14006487.

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

Color convert

RGB215184213-
CMYK00.140.010.16
HSL303.87º27.93%78.24%-
HSV(B)303.87º14.42%84.31%-
XYZ57.1853.5370.27-
YUV196.58137.27141.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 184 (72.27% from 255) = 30.07%
BLUE value IS 213 (83.59% from 255) = 34.80%
R=35.13%
G=30.07%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518421300.140.010.16303.8727.9378.24
HexD7B8D50E1101301c4e
Octal32727032501612046034116
Binary11010111101110001101010101110110000100110000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B8D5; }

 p { color: rgb(215,184,213); }

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

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

 a { background-color: rgb(215,184,213); }

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

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

 span { border-color: rgb(215,184,213); }

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