#D5BADB

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

Shades of Thistle #D5BADB

Tints of Thistle #D5BADB

Color information

#D5BADB (or 0xD5BADB) is unknown color: approx Thistle. HEX triplet: D5, BA and DB. RGB value is (213,186,219). Sum of RGB (Red+Green+Blue) = 213+186+219=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BADB is #2A4524. Grayscale: #C5C5C5. Windows color (decimal): -2770213 or 14400213. OLE color: 14400213.

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

Color convert

RGB213186219-
CMYK0.030.1500.14
HSL289.09º31.43%79.41%-
HSV(B)289.09º15.07%85.88%-
XYZ57.7954.3874.47-
YUV197.83139.95138.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=34.47%
G=30.10%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131862190.030.1500.14289.0931.4379.41
HexD5BADB3F0E1211f4f
Octal32527233331701644137117
Binary11010101101110101101101111111101110100100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BADB; }

 p { color: rgb(213,186,219); }

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

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

 a { background-color: rgb(213,186,219); }

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

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

 span { border-color: rgb(213,186,219); }

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