#D3BAD5

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

Shades of Thistle #D3BAD5

Tints of Thistle #D3BAD5

Color information

#D3BAD5 (or 0xD3BAD5) is unknown color: approx Thistle. HEX triplet: D3, BA and D5. RGB value is (211,186,213). Sum of RGB (Red+Green+Blue) = 211+186+213=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #D3BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAD5 is #2C452A. Grayscale: #C4C4C4. Windows color (decimal): -2901291 or 14006995. OLE color: 14006995.

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

Color convert

RGB211186213-
CMYK0.010.1300.16
HSL295.56º24.32%78.24%-
HSV(B)295.56º12.68%83.53%-
XYZ56.4353.7770.36-
YUV196.55137.28138.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.59%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 213 (83.59% from 255) = 34.92%
R=34.59%
G=30.49%
B=34.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111862130.010.1300.16295.5624.3278.24
HexD3BAD51D010128184e
Octal32327232511502045030116
Binary11010011101110101101010111101010000100101000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BAD5; }

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

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

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

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

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

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

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

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