#D5BCD9

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

Shades of Thistle #D5BCD9

Tints of Thistle #D5BCD9

Color information

#D5BCD9 (or 0xD5BCD9) is unknown color: approx Thistle. HEX triplet: D5, BC and D9. RGB value is (213,188,217). Sum of RGB (Red+Green+Blue) = 213+188+217=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCD9 is #2A4326. Grayscale: #C6C6C6. Windows color (decimal): -2769703 or 14269653. OLE color: 14269653.

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

Color convert

RGB213188217-
CMYK0.020.1300.15
HSL291.72º27.62%79.41%-
HSV(B)291.72º13.36%85.1%-
XYZ57.9555.1273.23-
YUV198.78138.28138.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=34.47%
G=30.42%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131882170.020.1300.15291.7227.6279.41
HexD5BCD92D0F1241c4f
Octal32527433121501744434117
Binary11010101101111001101100110110101111100100100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCD9; }

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

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

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

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

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

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

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

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