#D3BAD7

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

Shades of Thistle #D3BAD7

Tints of Thistle #D3BAD7

Color information

#D3BAD7 (or 0xD3BAD7) is unknown color: approx Thistle. HEX triplet: D3, BA and D7. RGB value is (211,186,215). Sum of RGB (Red+Green+Blue) = 211+186+215=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3BAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAD7 is #2C4528. Grayscale: #C4C4C4. Windows color (decimal): -2901289 or 14138067. OLE color: 14138067.

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

Color convert

RGB211186215-
CMYK0.020.1300.16
HSL291.72º26.61%78.63%-
HSV(B)291.72º13.49%84.31%-
XYZ56.6953.8771.7-
YUV196.78138.28138.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.48%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=34.48%
G=30.39%
B=35.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111862150.020.1300.16291.7226.6178.63
HexD3BAD72D0101241b4f
Octal32327232721502044433117
Binary110100111011101011010111101101010000100100100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BAD7; }

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

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

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

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

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

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

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

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