#D5B1D9

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

Shades of Thistle #D5B1D9

Tints of Thistle #D5B1D9

Color information

#D5B1D9 (or 0xD5B1D9) is unknown color: approx Thistle. HEX triplet: D5, B1 and D9. RGB value is (213,177,217). Sum of RGB (Red+Green+Blue) = 213+177+217=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5B1D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1D9 is #2A4E26. Grayscale: #C0C0C0. Windows color (decimal): -2772519 or 14266837. OLE color: 14266837.

HSL color Cylindrical-coordinate representation of color #D5B1D9: hue angle of 294º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5B1D9 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213177217-
CMYK0.020.1800.15
HSL294º34.48%77.25%-
HSV(B)294º18.43%85.1%-
XYZ55.6950.672.48-
YUV192.32141.93142.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 177 (69.53% from 255) = 29.16%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=35.09%
G=29.16%
B=35.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131772170.020.1800.1529434.4877.25
HexD5B1D92120F126224d
Octal32526133122201744642115
Binary1101010110110001110110011010010011111001001101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B1D9; }

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

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

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

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

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

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

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

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