#D5B1D7

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

Shades of Thistle #D5B1D7

Tints of Thistle #D5B1D7

Color information

#D5B1D7 (or 0xD5B1D7) is unknown color: approx Thistle. HEX triplet: D5, B1 and D7. RGB value is (213,177,215). Sum of RGB (Red+Green+Blue) = 213+177+215=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5B1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1D7 is #2A4E28. Grayscale: #BFBFBF. Windows color (decimal): -2772521 or 14135765. OLE color: 14135765.

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

Color convert

RGB213177215-
CMYK0.010.1800.16
HSL296.84º32.2%76.86%-
HSV(B)296.84º17.67%84.31%-
XYZ55.4350.571.12-
YUV192.1140.93142.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=35.21%
G=29.26%
B=35.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131772150.010.1800.16296.8432.276.86
HexD5B1D7112010129204d
Octal32526132712202045140115
Binary1101010110110001110101111100100100001001010011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B1D7; }

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

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

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

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

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

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

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

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